Row |
Violation |
1 | Type org.apache.jmeter.samplers.SampleEvent of variable event does not match with type javax.swing.JDialog of variable stoppingMessage |
2 | Expression writer.addAttribute(ATT_HOSTNAME,event.getHostname()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression writer.addAttribute(ATT_HOSTNAME,event.getHostname()) is a void method call, and thus it cannot be parameterized |
5 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
6 | Type com.thoughtworks.xstream.io.HierarchicalStreamWriter of variable writer does not match with type javax.swing.JDialog of variable stoppingMessage |
7 | Expression writer.addAttribute(ATT_HOSTNAME,event.getHostname()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression writer.addAttribute(ATT_HOSTNAME,event.getHostname()) is a void method call, and thus it cannot be parameterized |
10 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.save.converters.SampleResultConverter and do not have a common superclass |