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

Method setModel

spotbugsTestCases/src/java/commonResources/Vehicle.java:24–26  ·  view source on GitHub ↗
(String model)

Source from the content-addressed store, hash-verified

22 }
23
24 public void setModel(String model) {
25 this.model = model;
26 }
27
28 public int getYear() {
29 return year;

Callers 15

UnsafeFieldUsage2Method · 0.45
createVehicleMethod · 0.45
UnsafeFieldUsageMethod · 0.45
createVehicleMethod · 0.45
UnsafeFieldUsage4Method · 0.45
createVehicleMethod · 0.45
SafeBuilderPatternMethod · 0.45
SafeAtomicFieldUsageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected