(Object o)
| 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; |