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 setModel(new MailerResultCollector()); 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 initGui() 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 initGui() 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 initGui() 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 initGui() is a void method call, and thus it cannot be parameterized |
13 | The refactoring of the clones is infeasible, because classes org.apache.jmeter.engine.util.ReplaceStringWithFunctions and org.apache.jmeter.visualizers.MailerVisualizer do not have a common superclass |