Row |
Violation |
1 | Expression os.write(bytes) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression out.close() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression os.write(bytes) is a void method call, and thus it cannot be parameterized |
4 | Expression out.close() is a void method call, and thus it cannot be parameterized |
5 | Expression os.write(bytes) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression out.close() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression os.write(bytes) is a void method call, and thus it cannot be parameterized |
8 | Expression out.close() is a void method call, and thus it cannot be parameterized |
9 | Expression os.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression out.write(code) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression os.flush() is a void method call, and thus it cannot be parameterized |
12 | Expression out.write(code) is a void method call, and thus it cannot be parameterized |
13 | Expression os.flush() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
14 | Expression out.write(code) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
15 | Expression os.flush() is a void method call, and thus it cannot be parameterized |
16 | Expression out.write(code) is a void method call, and thus it cannot be parameterized |
17 | The refactoring of the clones is infeasible, because classes JcmdProcess and bsh.ClassGeneratorImpl do not have a common superclass |