Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.1 Release
-
None
-
Should be regardless to OS or Java version
Description
Providing the constructor of ValidatorResources with a null InputStream leads to a MalformedURLException,
which leads the user (trying to find his error) in a complete wrong direction. Perhaps returning a NullPointerException or
an IllegalArgumentException seems to be a better understandable reaction.