Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: 11
    • Component/s: client-libs
    • None

      Run the code:
      ---------------
              UIManager.setLookAndFeel((String) null);
      ---------------
      Exception in thread "main" java.lang.NullPointerException

      UIManager.setLookAndFeel(String) method behavior should be specified for null className.

            Assignee:
            Pankaj Bansal (Inactive)
            Reporter:
            Alexandr Scherbatiy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: