Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-760

Proper case for properties

    XMLWordPrintable

Details

    Description

      If a property is entered like

      Resource adapter config properties [enter to quit]:
      Name: Enable

      the code that is generated is

      private Boolean Enable;
      

      It should be

      private Boolean enable;
      

      This affects constructor, set/get, equals and hashCode too.

      Attachments

        Activity

          People

            jeff.zhang_jira Jeff Zhang (Inactive)
            jpederse@redhat.com Jesper Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: