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