sonar-findbugs
sonar-findbugs copied to clipboard
Missing Java 8 functional interfaces
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
This bug should be reported to SpotBugs project directly. https://github.com/spotbugs/spotbugs/issues/new
This is more likely a find sec bugs error: find-sec-bugs/find-sec-bugs#332