You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Copyright object with a null license URL string an NPE is thrown.
java.lang.NullPointerException
at java.net.URI$Parser.parse(URI.java:3042)
at java.net.URI.<init>(URI.java:588)
at io.jenetics.jpx.Copyright.of(Copyright.java:175)
...
The text was updated successfully, but these errors were encountered:
When creating a
Copyright
object with anull
license URL string an NPE is thrown.The text was updated successfully, but these errors were encountered: