Row |
Violation |
1 | Expression Log.log(Log.ERROR,this,ie) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression io.printStackTrace(realErr) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression Log.log(Log.ERROR,this,ie) is a void method call, and thus it cannot be parameterized |
4 | Expression io.printStackTrace(realErr) is a void method call, and thus it cannot be parameterized |
5 | Expression io cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Type org.gjt.sp.util.Log of variable Log does not match with type java.io.IOException of variable io |
7 | Expression Log.log(Log.ERROR,this,ie) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression io.printStackTrace(realErr) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression Log.log(Log.ERROR,this,ie) is a void method call, and thus it cannot be parameterized |
10 | Expression io.printStackTrace(realErr) is a void method call, and thus it cannot be parameterized |
11 | Unmatched statement stream.flush(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
12 | Unmatched statement stream.flush(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |
13 | Unmatched statement waitForAllLock.wait(); cannot be moved before or after the extracted code, because it throws exception(s) that should be caught by a try block that will be extracted |