Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createVehicle
Method · 0.45
createVehicle
Method · 0.45
SafePutFieldWithBuilderPattern
Method · 0.45
SafeBuilderPattern
Method · 0.45
createVehicle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected