Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/commons-lang
/ Bar
Interface
Bar
src/test/java/org/apache/commons/lang3/reflect/testbed/Bar.java:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
/**
20
*/
21
public
interface
Bar {
22
String VALUE =
"bar"
;
23
24
void
doIt();
25
}
Callers
nothing calls this directly
Implementers
2
Ambig
src/test/java/org/apache/commons/lang3
Parent
src/test/java/org/apache/commons/lang3
Calls
no outgoing calls
Tested by
no test coverage detected