Row |
Violation |
1 | Super constructor call super(); cannot be extracted from constructor |
2 | Super constructor call super(); cannot be extracted from constructor |
3 | Unmatched statement choiceList=new JComboBox(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement setMasterFunction(masterFunction); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Expression setVariables(variables) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression init() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression setVariables(variables) is a void method call, and thus it cannot be parameterized |
8 | Expression init() is a void method call, and thus it cannot be parameterized |
9 | Expression setVariables(variables) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression init() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression setVariables(variables) is a void method call, and thus it cannot be parameterized |
12 | Expression init() is a void method call, and thus it cannot be parameterized |
13 | Unmatched statement this.regexMatch=regexMatch; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
14 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.engine.util.ReplaceFunctionsWithStrings and org.apache.jorphan.gui.JLabeledChoice do not have a common superclass |