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

Method remove

spotbugsTestCases/src/java/Blat.java:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 @Override
127 public void remove() {
128 throw new UnsupportedOperationException();
129 }
130
131 private long serialVersionUID = 11091284L;
132

Callers 15

testMultipleRemoveMethod · 0.45
testRemoveBeforeNextMethod · 0.45
removeThroughIteratorMethod · 0.45
removeDecrementsMethod · 0.45
removeSpecificValueMethod · 0.45
completePhaseActionsMethod · 0.45
runMethod · 0.45
runMethod · 0.45
oddIntsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected