MCPcopy 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

isBefore2009Method · 0.80
is2009Method · 0.80
is2008Method · 0.80
getVehicleInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected