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

Class OverwrittenParameter

spotbugsTestCases/src/java/OverwrittenParameter.java:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class OverwrittenParameter {
2
3 public void f(int i, String x, String y, String z) {
4 y = Integer.toString(i);
5 }
6
7 public void g(long i, String x, String y, String z) {
8 y = Long.toString(i);
9 }
10
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…