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

findbugs fails while parsing Java 10 version string #173

Closed
federicobond opened this issue May 7, 2018 · 2 comments
Closed

findbugs fails while parsing Java 10 version string #173

federicobond opened this issue May 7, 2018 · 2 comments

Comments

@federicobond
Copy link

Warning: Unknown version of Java
edu.umd.cs.findbugs.JavaVersionException: Could not parse Java version string: 10
        at edu.umd.cs.findbugs.JavaVersion.<init>(JavaVersion.java:68)
        at edu.umd.cs.findbugs.JavaVersion.<clinit>(JavaVersion.java:44)
        at edu.umd.cs.findbugs.DetectorFactory.isEnabledForCurrentJRE(DetectorFactory.java:248)
        at edu.umd.cs.findbugs.FindBugs.isDetectorEnabled(FindBugs.java:256)
        at edu.umd.cs.findbugs.FindBugs2$3.choose(FindBugs2.java:906)
        at edu.umd.cs.findbugs.plan.ExecutionPlan.build(ExecutionPlan.java:168)
        at edu.umd.cs.findbugs.FindBugs2.createExecutionPlan(FindBugs2.java:935)
        at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:241)
        at org.gradle.api.plugins.quality.internal.findbugs.FindBugsExecuter.runFindbugs(FindBugsExecuter.java:39)

Output of java --version:

java 10 2018-03-20
Java(TM) SE Runtime Environment 18.3 (build 10+46)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode)
@iloveeclipse
Copy link
Member

This project continues development in a new home: https://github.com/spotbugs/spotbugs/

Please do not open new issues here anymore!

@federicobond
Copy link
Author

Sorry @iloveeclipse, I missed the announcement.

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

No branches or pull requests

2 participants