Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8216363 NullPointerException in java.util.logging.Handler#isLoggable
  3. JDK-8219540

Release Note: NullPointerException in java.util.logging.Handler#isLoggable

XMLWordPrintable

      The default implementation of `java.util.logging.Handler.isLoggable` has been updated to match its specification and to return `false` if the `record` parameter is `null`. The implementation of `java.util.logging.MemoryHandler.isLoggable` and `java.util.logging.MemoryHandler.publish` will no longer throw `NullPointerException` if the `record` parameter is `null`, which conforms to their specification.

            dfuchs Daniel Fuchs
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: