[lworld] Modifier.toString does not differentiate between ACC_IDENTITY and ACC_SYNCHRONIZED

XMLWordPrintable

      Given the following snippet:
      int modifiers = String.class.getModifiers();
      IO.println(Modifier.toString(modifiers));

      We see "public final synchronized"

            Assignee:
            Unassigned
            Reporter:
            Paul Hübner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: