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

Method notReportedin086

spotbugsTestCases/src/java/DeadStore.java:85–91  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

83 }
84
85 public int notReportedin086(Object o) {
86 if (o instanceof String) {
87 String s = (String) o; // Not reported in 0.8.6 but reported in
88 // 0.8.5 (Bug: 1105217)
89 }
90 return o.hashCode();
91 }
92
93 public int cachingFields(int a, int b, int c, int d, int e) {
94 a = x;

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected