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

Interface A

spotbugsTestCases/src/java/ITest.java:3–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class ITest {
2
3 public interface A {
4 }
5
6 public interface B extends A {
7 }

Callers

nothing calls this directly

Implementers 15

RunFinalizersOnExitspotbugsTestCases/src/java8/RunFinaliz
BadRegExspotbugsTestCases/src/java/BadRegEx.ja
IgnoredTrimspotbugsTestCases/src/java/IgnoredTrim
ExceptionSetMergespotbugsTestCases/src/java/ExceptionSe
InnerspotbugsTestCases/src/java/InnerIS.jav
AnnotationTestspotbugsTestCases/src/java/AnnotationT
OverwrittenParameterspotbugsTestCases/src/java/Overwritten
SelfFieldOperationspotbugsTestCases/src/java/SelfFieldOp
UserAss3rtionspotbugsTestCases/src/java/UserAss3rti
EscapeIntoLoadPropertiesspotbugsTestCases/src/java/EscapeIntoL
NonShortCircuitspotbugsTestCases/src/java/NonShortCir
SwitchFallthroughDeadStoreFalsePositivespotbugsTestCases/src/java/SwitchFallt

Calls

no outgoing calls

Tested by

no test coverage detected