Row |
Violation |
1 | Type javax.swing.JDialog of variable stoppingMessage does not match with type java.lang.Object[] of variable treePath |
2 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression add(Arrays.asList(treePath),Arrays.asList(values)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
5 | Expression add(Arrays.asList(treePath),Arrays.asList(values)) is a void method call, and thus it cannot be parameterized |
6 | Expression stoppingMessage.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression add(Arrays.asList(treePath),Arrays.asList(values)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression stoppingMessage.show() is a void method call, and thus it cannot be parameterized |
9 | Expression add(Arrays.asList(treePath),Arrays.asList(values)) is a void method call, and thus it cannot be parameterized |
10 | The refactoring of the clones is infeasible, because classes and org.apache.jorphan.collections.HashTree do not have a common superclass |