Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when creating 'Copyright' #15

Closed
jenetics opened this issue Jan 6, 2017 · 1 comment
Closed

NPE when creating 'Copyright' #15

jenetics opened this issue Jan 6, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@jenetics
Copy link
Owner

jenetics commented Jan 6, 2017

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)
...
@jenetics jenetics self-assigned this Jan 6, 2017
@jenetics jenetics added the bug label Jan 6, 2017
@jenetics jenetics added this to the v1.0.1 milestone Jan 6, 2017
jenetics added a commit that referenced this issue Jan 6, 2017
jenetics added a commit that referenced this issue Jan 6, 2017
@jenetics
Copy link
Owner Author

jenetics commented Jan 6, 2017

Merged into release branch 'r1.0.1'.

@jenetics jenetics closed this as completed Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant