Class.forName() problem with a nested class name

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.4.0
    • Component/s: core-libs

      jdk1.4

      for example,
      Class.forName(java.lang.Character.UnicodeBlock);
      does not find class object for the nested class.

      To get around this problem I had to
      class.forName(java.lang.Character$UnicodeBlock);

      bae-chul.kim@eng 2000-10-11

            Assignee:
            Iris Clark
            Reporter:
            Bae-chul Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: