Row |
Violation |
1 | Expression showPluginErrorDialog() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression showPluginErrorDialog() is a void method call, and thus it cannot be parameterized |
3 | Expression dispose() is a void method call, and thus it cannot be parameterized |
4 | Expression showPluginErrorDialog() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression showPluginErrorDialog() is a void method call, and thus it cannot be parameterized |
6 | Expression dispose() is a void method call, and thus it cannot be parameterized |
7 | Expression SwingUtilities.invokeLater(new Runnable(){
public void run(){
showPluginErrorDialog();
}
}
) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
8 | Expression SwingUtilities.invokeAndWait(new Runnable(){
public void run(){
dispose();
}
}
) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression SwingUtilities.invokeLater(new Runnable(){
public void run(){
showPluginErrorDialog();
}
}
) is a void method call, and thus it cannot be parameterized |
10 | Expression SwingUtilities.invokeAndWait(new Runnable(){
public void run(){
dispose();
}
}
) is a void method call, and thus it cannot be parameterized |
11 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.jEdit and org.gjt.sp.jedit.pluginmgr.PluginManagerProgress do not have a common superclass |