Rename TypeKind enum constants to follow code style

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 24
    • Affects Version/s: 24
    • Component/s: core-libs
    • None

      `java.lang.classfile.TypeKind`'s enum constants are named like `IntType`, in upper camel case, which is used for class names. It should be named in upper snake case like `INT`, and the "type" suffix can be dropped.

      Also improve the API specification of TypeKind, that it is the data types JVM operates on, and link to JVMS.

            Assignee:
            Chen Liang
            Reporter:
            Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: