Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8153532

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • 11
    • 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.

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

              Created:
              Updated:
              Resolved: