MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / setPrice

Method setPrice

spotbugsTestCases/src/java/commonResources/Vehicle.java:48–50  ·  view source on GitHub ↗
(int price)

Source from the content-addressed store, hash-verified

46 }
47
48 public void setPrice(int price) {
49 this.price = price;
50 }
51
52 public static class Builder {
53 private String model;

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected