Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.plugins.sessionscript.AliasScriptCache of variable _cache does not match with type net.sourceforge.squirrel_sql.client.session.mainpanel.IResultTab of variable _tab |
2 | Unmatched statement _tab.closeTab(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
3 | Unmatched statement _tab.closeTab(); 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 |
4 | Unmatched statement _cache.save(); cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Unmatched statement _tab=null; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
6 | Expression super.unload() is a void method call, and thus it cannot be parameterized |
7 | Expression super.dispose() is a void method call, and thus it cannot be parameterized |
8 | Super method call super.unload(); cannot be extracted from method |
9 | Super method call super.dispose(); cannot be extracted from method |
10 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.sessionscript.SessionScriptPlugin and net.sourceforge.squirrel_sql.client.session.mainpanel.ResultFrame do not have a common superclass |