JDK-4919103 : (cl) ClassLoader.{find,get,getSystem,getBootstrap}Resources() should have generic signature
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang:class_loading
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2003-09-08
  • Updated: 2012-10-08
  • Resolved: 2010-08-10
Related Reports
Duplicate :  
Description
java.lang.ClassLoader.getResources() should have a generic signature rather than a raw return type.

Similarly for findResources, getSystemResources, getBootstrapResources.

Comments
EVALUATION ClassLoader.{find,get,getSystem}Resources() were generified in the fix for 4964490. The getBootstrapResources() is the implementation that would be nice to be generified but it's not as critical as the public methods.
10-08-2010