Row |
Violation |
1 | Unmatched statement buf.append(x); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
2 | Unmatched statement TestElement sampler=test.next(); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
3 | Expression vars.put(buf.toString(),match.group(x)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression vars.put(buf.toString(),match.group(x)) is a void method call, and thus it cannot be parameterized |
5 | Expression assertNotNull(sampler) is a void method call, and thus it cannot be parameterized |
6 | Expression vars.put(buf.toString(),match.group(x)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression vars.put(buf.toString(),match.group(x)) is a void method call, and thus it cannot be parameterized |
8 | Expression assertNotNull(sampler) is a void method call, and thus it cannot be parameterized |
9 | Expression buf.setLength(pfxlen) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression assertEquals("Counter: " + counter,order[counter],sampler.getName()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression buf.setLength(pfxlen) is a void method call, and thus it cannot be parameterized |
12 | Expression assertEquals("Counter: " + counter,order[counter],sampler.getName()) is a void method call, and thus it cannot be parameterized |
13 | Expression buf.setLength(pfxlen) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression assertEquals("Counter: " + counter,order[counter],sampler.getName()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression buf.setLength(pfxlen) is a void method call, and thus it cannot be parameterized |
16 | Expression assertEquals("Counter: " + counter,order[counter],sampler.getName()) is a void method call, and thus it cannot be parameterized |
17 | Clone fragment #1 returns variables x , while Clone fragment #2 returns variables |