Row |
Violation |
1 | Expression config.setStart(startField.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression sampler.setURLData(urlField.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression config.setStart(startField.getText()) is a void method call, and thus it cannot be parameterized |
4 | Expression sampler.setURLData(urlField.getText()) is a void method call, and thus it cannot be parameterized |
5 | Expression config.setIncrement(incrField.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression sampler.setSOAPAction(soapAction.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression config.setIncrement(incrField.getText()) is a void method call, and thus it cannot be parameterized |
8 | Expression sampler.setSOAPAction(soapAction.getText()) is a void method call, and thus it cannot be parameterized |
9 | Expression config.setVarName(varNameField.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression sampler.setXmlData(soapXml.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression config.setVarName(varNameField.getText()) is a void method call, and thus it cannot be parameterized |
12 | Expression sampler.setXmlData(soapXml.getText()) is a void method call, and thus it cannot be parameterized |
13 | Expression varNameField cannot be unified with expression soapXml , because common superclass javax.swing.JPanel does not declare member(s) public java.lang.String getText() |
14 | Expression config.setFormat(formatField.getText()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression sampler.setXmlFile(soapXmlFile.getFilename()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
16 | Expression config.setFormat(formatField.getText()) is a void method call, and thus it cannot be parameterized |
17 | Expression sampler.setXmlFile(soapXmlFile.getFilename()) is a void method call, and thus it cannot be parameterized |
18 | Expression config.setIsPerUser(perUserField.isSelected()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
19 | Expression sampler.setSendSOAPAction(sendSoapAction.isSelected()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression config.setIsPerUser(perUserField.isSelected()) is a void method call, and thus it cannot be parameterized |
21 | Expression sampler.setSendSOAPAction(sendSoapAction.isSelected()) is a void method call, and thus it cannot be parameterized |
22 | Clone fragment #1 returns variable config with type org.apache.jmeter.modifiers.CounterConfig , while Clone fragment #2 returns variable sampler with type org.apache.jmeter.protocol.http.sampler.SoapSampler |