Row |
Violation |
1 | Super constructor call super(); cannot be extracted from constructor |
2 | Super constructor call super(); cannot be extracted from constructor |
3 | Unmatched statement _resultTabToReplace=resultTabToReplace; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
4 | Unmatched statement _myApp=app; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
5 | Unmatched statement _aliasDropDown=drop; cannot be moved before the extracted code, because it has control dependencies from statements that will be extracted |
6 | Expression load() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression load() is a void method call, and thus it cannot be parameterized |
8 | Expression setCancelPanel(_cancelPanel) is a void method call, and thus it cannot be parameterized |
9 | Expression load() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression load() is a void method call, and thus it cannot be parameterized |
11 | Expression setCancelPanel(_cancelPanel) is a void method call, and thus it cannot be parameterized |
12 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.gui.mainframe.MainFrameToolBar.AliasesDropDownModel and net.sourceforge.squirrel_sql.client.session.mainpanel.SQLResultExecuterPanel.SQLExecutionHandler do not have a common superclass |