holmari / gerritstats

Tool for creating statistics from a Gerrit repository
MIT License
195 stars 54 forks source link

Repair GerritStats/../CommandLineParser #54

Closed chrisinmtown closed 4 years ago

chrisinmtown commented 4 years ago

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 commented 4 years ago

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

holmari commented 4 years ago

Thanks @chrisinmtown !