Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901823

Sigtest should track ACC_ENUM attribute for enum constants

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • TBD_Major
    • st4.0
    • tools
    • None

      The following code
      ===============================
      public enum Direction {
          UP, DOWN;
          public final static Direction dir = DOWN;
      }
      ===============================

      Is represented by the following signature file:
      ===============================
      CLSS public final !enum com.ersh.Direction
      fld public final static com.ersh.Direction DOWN
      fld public final static com.ersh.Direction UPd
      fld public final static com.ersh.Direction dir
      meth public static com.ersh.Direction valueOf(java.lang.String)
      meth public static com.ersh.Direction[] values()
      supr java.lang.Enum<com.ersh.Direction>
      ===============================

      It is not clear here is dir regular field or enum constant

            ersh Mikhail Ershov (Inactive)
            ersh Mikhail Ershov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: