void windowDeiconified(WindowEvent e) { event("windowDeiconified", e); } public void windowActivated(WindowEvent e) { event("windowActivated", e); } public void windowDeactivated(WindowEvent e) { event("windowDeactivated", e); } public void propertyChange(PropertyChangeEvent e) { event("propertyChange", e ); }
void ancestorAdded(AncestorEvent e) { event("ancestorAdded", e); } public void ancestorRemoved(AncestorEvent e) { event("ancestorRemoved", e); } public void ancestorMoved(AncestorEvent e) { event("ancestorMoved", e); } public void caretUpdate(CaretEvent e) { event("caretUpdate", e); }
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/JThis.java File path: /jEdit-4.2/src/bsh/JThis.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
void windowDeiconified(WindowEvent e) { event("windowDeiconified", e); }
1
void ancestorAdded(AncestorEvent e) { event("ancestorAdded", e); }
2
	public void windowActivated(WindowEvent e) { event("windowActivated", e); }
2
    public void ancestorRemoved(AncestorEvent e) { event("ancestorRemoved", e); }
3
	public void windowDeactivated(WindowEvent e) { event("windowDeactivated", e); }
3
    public void ancestorMoved(AncestorEvent e) { event("ancestorMoved", e); }
4
	public void propertyChange(PropertyChangeEvent e) { 
4
    public void caretUpdate(CaretEvent e) { 
5
		event("propertyChange", e ); }
5
event("caretUpdate", e); }
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0