Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ setYear
Method
setYear
spotbugsTestCases/src/java/commonResources/Vehicle.java:32–34 ·
view source on GitHub ↗
(int year)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
setYear(
int
year) {
33
this.year = year;
34
}
35
36
public
String getColor() {
37
return
color;
Callers
7
createVehicle
Method · 0.45
createVehicle
Method · 0.45
SafePutFieldWithBuilderPattern
Method · 0.45
SafeBuilderPattern
Method · 0.45
createVehicle
Method · 0.45
createVehicle
Method · 0.45
createVehicle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected