[lworld] javac should consider some library classes as value classes

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • repo-valhalla
    • Affects Version/s: repo-valhalla
    • Component/s: tools

      The following classes should be considered as value classes:

          java.lang.Byte
          java.lang.Short
          java.lang.Integer
          java.lang.Long
          java.lang.Float
          java.lang.Double
          java.lang.Boolean
          java.lang.Character
          java.util.Optional
          java.lang.Number
          java.lang.Record

      all of them but Number are annotated with the @ValueBased annotation

            Assignee:
            Vicente Arturo Romero Zaldivar
            Reporter:
            Vicente Arturo Romero Zaldivar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: