Row |
Violation |
1 | Type net.sourceforge.squirrel_sql.client.update.downloader.event.DownloadStatusListener does not match with type net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener |
2 | Type java.util.List<net.sourceforge.squirrel_sql.client.update.downloader.event.DownloadStatusListener> of variable listeners does not match with type java.util.List<net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener> of variable _listeners |
3 | Type net.sourceforge.squirrel_sql.client.update.downloader.event.DownloadStatusEvent of variable evt does not match with type net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusEvent of variable evt |
4 | Expression listener.handleDownloadStatusEvent(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression listener.handleInstallStatusEvent(evt) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression listener.handleDownloadStatusEvent(evt) is a void method call, and thus it cannot be parameterized |
7 | Expression listener.handleInstallStatusEvent(evt) is a void method call, and thus it cannot be parameterized |
8 | Type net.sourceforge.squirrel_sql.client.update.downloader.event.DownloadStatusListener of variable listener does not match with type net.sourceforge.squirrel_sql.client.update.gui.installer.event.InstallStatusListener of variable listener |
9 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.client.update.downloader.ArtifactDownloaderImpl and net.sourceforge.squirrel_sql.client.update.gui.installer.ArtifactInstallerImpl do not have a common superclass |