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

Missing Java 8 functional interfaces #123

Open
frankbenoit opened this issue Aug 8, 2017 · 2 comments
Open

Missing Java 8 functional interfaces #123

frankbenoit opened this issue Aug 8, 2017 · 2 comments

Comments

@frankbenoit
Copy link

frankbenoit commented Aug 8, 2017

Hi

I am running findbugs over SonarQube 6.5,
I get errors like this:

11:22:21 The following classes needed for analysis were missing:
11:22:21   applyAsLong
11:22:21   applyAsDouble
11:22:21   apply
11:22:21   accept
11:22:21   compareTo

Those are reported without a references to a specific source file or location or sub project name :-/

The names seem to indicate that there is a problem with Java8?

regards
Frank

@h3xstream
Copy link
Member

This bug should be reported to SpotBugs project directly. https://github.com/spotbugs/spotbugs/issues/new

@Vampire
Copy link

Vampire commented Aug 21, 2017

This is more likely a find sec bugs error: find-sec-bugs/find-sec-bugs#332

@h3xstream h3xstream changed the title Missing Java8 functional interfaces Missing Java 8 functional interfaces Mar 14, 2018
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

3 participants