Row |
Violation |
1 | Expression buffer.reset() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression super.finalize() is a void method call, and thus it cannot be parameterized |
3 | Expression buffer.reset() is a void method call, and thus it cannot be parameterized |
4 | Expression close() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
5 | Expression processLine(buffer.toString()) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
6 | Expression close() is a void method call, and thus it cannot be parameterized |
7 | Expression processLine(buffer.toString()) is a void method call, and thus it cannot be parameterized |
8 | Expression close() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
9 | Expression processLine(buffer.toString()) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Expression close() is a void method call, and thus it cannot be parameterized |
11 | Expression processLine(buffer.toString()) is a void method call, and thus it cannot be parameterized |