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

Repair GerritStats/../CommandLineParser #54

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

chrisinmtown
Copy link

In Java 11 the method getClass().getClassLoader() does not yield a
URLClassLoader so the cast threw Exception. Remove cast and revise
to call method getResource() to fetch the MANIFEST.MF file.

Missed this CommandLineParser occurrence in the previous PR

In Java 11 the method getClass().getClassLoader() does not yield a
URLClassLoader so the cast threw Exception. Remove cast and revise
to call method getResource() to fetch the MANIFEST.MF file.

Missed this CommandLineParser occurrence in the previous PR
@chrisinmtown
Copy link
Author

@holmari would you please merge this minor repair? I missed this occurrence of CommandLineParser in #48 thanks in advance!

@holmari holmari merged commit 905498f into holmari:master Apr 16, 2020
@holmari
Copy link
Owner

holmari commented Apr 16, 2020

Thanks @chrisinmtown !

@chrisinmtown chrisinmtown deleted the fix-class-cast-exc branch April 17, 2020 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants