Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ A
Class
A
spotbugsTestCases/src/java/A.java:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
A {
2
public
static
void
main(String args[]) {
3
System.out.println(args[0].replace(
"x"
,
"y"
));
4
}
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected