sonar-findbugs icon indicating copy to clipboard operation
sonar-findbugs copied to clipboard

Missing Java 8 functional interfaces

Open frankbenoit opened this issue 7 years ago • 2 comments

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

frankbenoit avatar Aug 08 '17 10:08 frankbenoit

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

h3xstream avatar Aug 10 '17 17:08 h3xstream

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

Vampire avatar Aug 21 '17 13:08 Vampire