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