JDK-4248425 : (spec) Runtime.getLocalizedInputStream() does not specify null handling
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.2.2
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 1999-06-22
  • Updated: 2017-12-12
  • Resolved: 2017-12-02
Related Reports
Duplicate :  
Relates :  
Description
Name: mgC56079			Date: 06/22/99



Adequate behavour for getLocalizedInputStream(null) is throw NullPointerException
but it goes without NPE
Non-standard behavour should be specified

======================================================================

Comments
The Runtime.getLocalized{Input,Output}Stream() methods have been deprecated for years, and recently they've been deprecated for removal, so it's pointless to update their specs. Closing as Won't Fix.
02-12-2017