Row |
Violation |
1 | Expression vu.getWhat() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Type org.gjt.sp.jedit.Buffer of variable bmsg.getBuffer() does not match with type java.lang.Object of variable vu.getWhat() |
3 | Expression bmsg cannot be unified with expression vu , because common superclass org.gjt.sp.jedit.EBMessage does not declare member(s) public org.gjt.sp.jedit.Buffer getBuffer() , public java.lang.Object getWhat() |
4 | Expression stopRecording(view) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
5 | Expression vu.getView().setFocusTraversalPolicy(new MyFocusTraversalPolicy()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression stopRecording(view) is a void method call, and thus it cannot be parameterized |
7 | Expression vu.getView().setFocusTraversalPolicy(new MyFocusTraversalPolicy()) is a void method call, and thus it cannot be parameterized |
8 | Expression stopRecording(view) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
9 | Expression vu.getView().setFocusTraversalPolicy(new MyFocusTraversalPolicy()) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
10 | Expression stopRecording(view) is a void method call, and thus it cannot be parameterized |
11 | Expression vu.getView().setFocusTraversalPolicy(new MyFocusTraversalPolicy()) is a void method call, and thus it cannot be parameterized |
12 | The refactoring of the clones is infeasible, because classes org.gjt.sp.jedit.Macros.Recorder and do not have a common superclass |