Row |
Violation |
1 | Expression prefsPanel.applyChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression _titleLbl.setText(title + ": " + _objectInfo.getSimpleName()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression prefsPanel.applyChanges() is a void method call, and thus it cannot be parameterized |
4 | Expression _titleLbl.setText(title + ": " + _objectInfo.getSimpleName()) is a void method call, and thus it cannot be parameterized |
5 | Expression prefsPanel cannot be unified with expression _titleLbl , because common superclass javax.swing.JComponent does not declare member(s) public void applyChanges() , public void setText(java.lang.String) |
6 | Expression prefsPanel.applyChanges() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression _titleLbl.setText(title + ": " + _objectInfo.getSimpleName()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression prefsPanel.applyChanges() is a void method call, and thus it cannot be parameterized |
9 | Expression _titleLbl.setText(title + ": " + _objectInfo.getSimpleName()) 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.refactoring.prefs.RefactoringPreferencesTab and net.sourceforge.squirrel_sql.client.session.sqlfilter.SQLFilterSheet do not have a common superclass |