Row |
Violation |
1 | Expression lc instanceof LoopController cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression lc instanceof RunTime cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression ((LoopController)lc).setLoops(loops.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression ((RunTime)lc).setRuntime(seconds.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression ((LoopController)lc).setLoops(loops.getText()) is a void method call, and thus it cannot be parameterized |
6 | Expression ((RunTime)lc).setRuntime(seconds.getText()) is a void method call, and thus it cannot be parameterized |
7 | Expression (LoopController)lc cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression (RunTime)lc cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression (LoopController)lc cannot be unified with expression (RunTime)lc , because common superclass org.apache.jmeter.control.GenericController does not declare member(s) public void setLoops(java.lang.String) , public void setRuntime(java.lang.String) |
10 | Expression ((LoopController)lc).setLoops(-1) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression ((RunTime)lc).setRuntime(0) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression ((LoopController)lc).setLoops(-1) is a void method call, and thus it cannot be parameterized |
13 | Expression ((RunTime)lc).setRuntime(0) is a void method call, and thus it cannot be parameterized |
14 | Expression (LoopController)lc cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression (RunTime)lc cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression (LoopController)lc cannot be unified with expression (RunTime)lc , because common superclass org.apache.jmeter.control.GenericController does not declare member(s) public void setLoops(int) , public void setRuntime(long) |