Row |
Violation |
1 | Super method call super.configure(el); cannot be extracted from method |
2 | Super method call super.configure(element); cannot be extracted from method |
3 | Expression sampler.getURLData() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression sampler.getScript() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression sampler cannot be unified with expression sampler , because common superclass org.apache.jmeter.testelement.AbstractTestElement does not declare member(s) public java.lang.String getURLData() , public java.lang.String getScript() |
6 | Expression urlField cannot be unified with expression scriptField , because common superclass javax.swing.JComponent does not declare member(s) public void setText(java.lang.String) |
7 | Unmatched statement sendSoapAction.setSelected(sampler.getSendSOAPAction()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
8 | Expression sampler.getSOAPAction() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression sampler.getParameters() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression sampler cannot be unified with expression sampler , because common superclass org.apache.jmeter.testelement.AbstractTestElement does not declare member(s) public java.lang.String getSOAPAction() , public java.lang.String getParameters() |
11 | Expression soapAction cannot be unified with expression parameters , because common superclass javax.swing.JComponent does not declare member(s) public void setText(java.lang.String) |
12 | Expression sampler.getXmlData() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression sampler.getFilename() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression sampler cannot be unified with expression sampler , because common superclass org.apache.jmeter.testelement.AbstractTestElement does not declare member(s) public java.lang.String getXmlData() , public java.lang.String getFilename() |
15 | Expression soapXml cannot be unified with expression filename , because common superclass javax.swing.JComponent does not declare member(s) public void setText(java.lang.String) |
16 | Expression sampler.getXmlFile() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
17 | Expression sampler.getScriptLanguage() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
18 | Expression sampler cannot be unified with expression sampler , because common superclass org.apache.jmeter.testelement.AbstractTestElement does not declare member(s) public java.lang.String getXmlFile() , public java.lang.String getScriptLanguage() |
19 | Expression soapXmlFile.setFilename(sampler.getXmlFile()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
20 | Expression langField.setSelectedItem(sampler.getScriptLanguage()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
21 | Expression soapXmlFile.setFilename(sampler.getXmlFile()) is a void method call, and thus it cannot be parameterized |
22 | Expression langField.setSelectedItem(sampler.getScriptLanguage()) is a void method call, and thus it cannot be parameterized |
23 | Expression soapXmlFile cannot be unified with expression langField , because common superclass javax.swing.JComponent does not declare member(s) public void setFilename(java.lang.String) , public void setSelectedItem(java.lang.Object) |
24 | Unmatched statement useKeepAlive.setSelected(sampler.getUseKeepAlive()); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
25 | Clone fragment #1 returns variables sampler , while Clone fragment #2 returns variables |