Row |
Violation |
1 | Type int of variable _refreshPeriod does not match with type net.sourceforge.squirrel_sql.client.session.ISession of variable session |
2 | Type int of variable seconds does not match with type net.sourceforge.squirrel_sql.client.session.ISession of variable _activeSession |
3 | Unmatched statement _activeSession=session; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement _refreshPeriod=seconds; cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
5 | Expression resetTimer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression fireSessionActivated(session) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression resetTimer() is a void method call, and thus it cannot be parameterized |
8 | Expression fireSessionActivated(session) is a void method call, and thus it cannot be parameterized |
9 | Expression resetTimer() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression fireSessionActivated(session) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
11 | Expression resetTimer() is a void method call, and thus it cannot be parameterized |
12 | Expression fireSessionActivated(session) is a void method call, and thus it cannot be parameterized |
13 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.oracle.SGAtrace.SGATracePanel and net.sourceforge.squirrel_sql.client.session.SessionManager do not have a common superclass |