MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / AnnotationTest

Class AnnotationTest

spotbugsTestCases/src/java/AnnotationTest.java:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import edu.umd.cs.findbugs.annotations.Confidence;
3
4class AnnotationTest {
5 @CheckReturnValue(confidence = Confidence.HIGH)
6 int f() {
7 return 42;
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…