Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.fw.util.FileWrapper does not match with type net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener |
2 | Type java.util.List<net.sourceforge.squirrel_sql.fw.util.FileWrapper> of variable files does not match with type java.util.List<net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener> of variable _listeners |
3 | Unmatched statement listener.handleInstallStatusEvent(evt); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
4 | Unmatched statement listener.handleInstallStatusEvent(evt); 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 |
5 | Unmatched statement copyFile(sourceFile,toDir); cannot be moved before or after the extracted code, because it has dependencies to/from statements that will be extracted |
6 | Unmatched statement copyFile(sourceFile,toDir); 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 |
7 | Clone fragment #1 returns variable sourceFile with type net.sourceforge.squirrel_sql.fw.util.FileWrapper , while Clone fragment #2 returns variable listener with type net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener |
8 | The refactoring of the clones is infeasible, because the number of macthed statements is equal to zero |