MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected