| 2 | import edu.umd.cs.findbugs.annotations.Confidence; |
| 3 | |
| 4 | class AnnotationTest { |
| 5 | @CheckReturnValue(confidence = Confidence.HIGH) |
| 6 | int f() { |
| 7 | return 42; |
| 8 | } |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…