Row |
Violation |
1 | Type java.lang.String of variable from.getValue() does not match with type org.apache.tools.ant.types.Path of variable from.getClasspath() |
2 | Expression from.getValue() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression from.getClasspath() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
4 | Type java.lang.String of variable from.getValue() does not match with type org.apache.tools.ant.types.Path of variable from.getClasspath() |
5 | Expression to.setValue(from.getValue()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression to.setClasspath(from.getClasspath()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression to.setValue(from.getValue()) is a void method call, and thus it cannot be parameterized |
8 | Expression to.setClasspath(from.getClasspath()) is a void method call, and thus it cannot be parameterized |
9 | Type java.io.File of variable from.getFile() does not match with type java.lang.String of variable from.getEnvironment() |
10 | Expression from.getFile() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression from.getEnvironment() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Type java.io.File of variable from.getFile() does not match with type java.lang.String of variable from.getEnvironment() |
13 | Expression to.setFile(from.getFile()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression to.setEnvironment(from.getEnvironment()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression to.setFile(from.getFile()) is a void method call, and thus it cannot be parameterized |
16 | Expression to.setEnvironment(from.getEnvironment()) is a void method call, and thus it cannot be parameterized |