Row |
Violation |
1 | Unmatched statement JMeterGUIComponent guiComp=guiPackage.getCurrentGui(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
2 | Type org.apache.jmeter.gui.JMeterGUIComponent of variable guiComp does not match with type java.lang.Object of variable usrobj |
3 | Expression guiComp instanceof Clearable cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression usrobj instanceof MonitorModel cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression ((Clearable)guiComp).clearData() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression GRAPH.updateGui((MonitorModel)usrobj) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression ((Clearable)guiComp).clearData() is a void method call, and thus it cannot be parameterized |
8 | Expression GRAPH.updateGui((MonitorModel)usrobj) is a void method call, and thus it cannot be parameterized |
9 | Expression ((Clearable)guiComp) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression ((Clearable)guiComp) cannot be unified with expression GRAPH , because common superclass org.apache.jmeter.samplers.Clearable does not declare member(s) public void updateGui(org.apache.jmeter.visualizers.MonitorModel) |
11 | Expression ((Clearable)guiComp).clearData() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression GRAPH.updateGui((MonitorModel)usrobj) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression ((Clearable)guiComp).clearData() is a void method call, and thus it cannot be parameterized |
14 | Expression GRAPH.updateGui((MonitorModel)usrobj) is a void method call, and thus it cannot be parameterized |
15 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.gui.action.Clear and org.apache.jmeter.visualizers.MonitorPerformancePanel do not have a common superclass |