Row |
Violation |
1 | Type boolean of variable _whiteIconTimer.isRunning() does not match with type net.sourceforge.squirrel_sql.plugins.hibernate.HibernateConnection of variable _hibernateConnectionProvider.getHibernateConnection() |
2 | Type javax.swing.Timer of variable _whiteIconTimer does not match with type net.sourceforge.squirrel_sql.plugins.hibernate.IHibernateConnectionProvider of variable _hibernateConnectionProvider |
3 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
4 | Expression _cc.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
6 | Expression _cc.show() is a void method call, and thus it cannot be parameterized |
7 | Type javax.swing.JButton of variable _btnLastLog does not match with type net.sourceforge.squirrel_sql.fw.completion.Completor of variable _cc |
8 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
9 | Expression _cc.show() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression _btnLastLog.setIcon(_resources.getIcon(SquirrelResources.IImageNames.WHITE_GEM)) is a void method call, and thus it cannot be parameterized |
11 | Expression _cc.show() is a void method call, and thus it cannot be parameterized |
12 | The refactoring of the clones is infeasible, because classes and net.sourceforge.squirrel_sql.plugins.hibernate.completion.HQLCompleteCodeAction do not have a common superclass |