Row |
Violation |
1 | Expression ex.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression ex.printStackTrace() is a void method call, and thus it cannot be parameterized |
3 | Expression JOptionPane.showMessageDialog(FrameManager.getInstance().getActiveFrame(),GlobalResourceLoader.getString("org.columba.core.i18n.dialog","error","no_browser"),"Error",JOptionPane.ERROR_MESSAGE) is a void method call, and thus it cannot be parameterized |
4 | Expression ex cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Type java.lang.Exception of variable ex does not match with type javax.swing.JOptionPane of variable JOptionPane |
6 | Expression ex.printStackTrace() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression ex.printStackTrace() is a void method call, and thus it cannot be parameterized |
8 | Expression JOptionPane.showMessageDialog(FrameManager.getInstance().getActiveFrame(),GlobalResourceLoader.getString("org.columba.core.i18n.dialog","error","no_browser"),"Error",JOptionPane.ERROR_MESSAGE) is a void method call, and thus it cannot be parameterized |
9 | Expression ((AbstractMessageFolder)child).save() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Expression Desktop.browse(url) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
11 | Expression ((AbstractMessageFolder)child).save() is a void method call, and thus it cannot be parameterized |
12 | Expression Desktop.browse(url) is a void method call, and thus it cannot be parameterized |
13 | Expression ((AbstractMessageFolder)child).save() is a method call throwing exception(s) that should be caught by a try block that will be extracted |
14 | Expression Desktop.browse(url) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
15 | Expression ((AbstractMessageFolder)child).save() is a void method call, and thus it cannot be parameterized |
16 | Expression Desktop.browse(url) is a void method call, and thus it cannot be parameterized |
17 | The refactoring of the clones is infeasible, because classes and org.columba.core.desktop.JDICDesktop do not have a common superclass |