Row |
Violation |
1 | Expression prefs.applyChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression splash.indicateNewTask(taskDescription) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression prefs.applyChanges() is a void method call, and thus it cannot be parameterized |
4 | Expression splash.indicateNewTask(taskDescription) is a void method call, and thus it cannot be parameterized |
5 | Expression prefs cannot be unified with expression splash , because common superclass java.awt.Container does not declare member(s) public void applyChanges() , public void indicateNewTask(java.lang.String) |
6 | Expression prefs.applyChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression splash.indicateNewTask(taskDescription) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression prefs.applyChanges() is a void method call, and thus it cannot be parameterized |
9 | Expression splash.indicateNewTask(taskDescription) is a void method call, and thus it cannot be parameterized |
10 | The refactoring of the clones is infeasible, because classes net.sourceforge.squirrel_sql.plugins.dbcopy.gui.DBCopyGlobalPreferencesTab and net.sourceforge.squirrel_sql.client.Application do not have a common superclass |