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

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major 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

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

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

              Created:
              Updated:
              Resolved: