Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ getYear
Method
getYear
spotbugsTestCases/src/java/commonResources/Vehicle.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public
int
getYear() {
29
return
year;
30
}
31
32
public
void
setYear(
int
year) {
33
this.year = year;
Callers
4
isBefore2009
Method · 0.80
is2009
Method · 0.80
is2008
Method · 0.80
getVehicleInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected