MCPcopy 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

createVehicleMethod · 0.45
createVehicleMethod · 0.45
SafeBuilderPatternMethod · 0.45
createVehicleMethod · 0.45
createVehicleMethod · 0.45
createVehicleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected