Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-6041

Getters and setters are incorrect if the field name starts with one lowercase letter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 7.0.0.Final
    • Data Modeller
    • NEW
    • NEW
    • Hide
      1. Create new Data Object
      2. Create String field named aField
      3. Check the generated source
      4. There will be: public java.lang.String getaField()
      5. There should be: public java.lang.String getAField()
      6. Similar for setters
      Show
      Create new Data Object Create String field named aField Check the generated source There will be: public java.lang.String getaField() There should be: public java.lang.String getAField() Similar for setters

    Description

      The generated getters and setters are incorrect if the field name has form: xXxxxx.

      Attachments

        Issue Links

          Activity

            People

              wmedvede@redhat.com Walter Medvedeo
              rh-ee-jomarko Jozef Marko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: