Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ setColor
Method
setColor
spotbugsTestCases/src/java/commonResources/Vehicle.java:40–42 ·
view source on GitHub ↗
(String color)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
void
setColor(String color) {
41
this.color = color;
42
}
43
44
public
int
getPrice() {
45
return
price;
Callers
5
createVehicle
Method · 0.45
createVehicle
Method · 0.45
SafePutFieldWithBuilderPattern
Method · 0.45
SafeBuilderPattern
Method · 0.45
createVehicle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected