-
Bug
-
Resolution: Unresolved
-
P5
-
None
-
8, 24
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
ClassLoader.getSystemResource Documentation doesn't handle null input, maybe clarifying in the documentation will be helpful
---------- BEGIN SOURCE ----------
public class Loader {
public static void main(String[] args) throws Exception {
ClassLoader.getSystemResource(null);
}
}
---------- END SOURCE ----------
ClassLoader.getSystemResource Documentation doesn't handle null input, maybe clarifying in the documentation will be helpful
---------- BEGIN SOURCE ----------
public class Loader {
public static void main(String[] args) throws Exception {
ClassLoader.getSystemResource(null);
}
}
---------- END SOURCE ----------