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); }
void insertUpdate(DocumentEvent e) { event("insertUpdate", e); } public void removeUpdate(DocumentEvent e) { event("removeUpdate", e); } public void changedUpdate(DocumentEvent e) { event("changedUpdate", e); } public void hyperlinkUpdate(HyperlinkEvent e) { event("internalFrameOpened", 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 ancestorAdded(AncestorEvent e) { event("ancestorAdded", e); }
1
void insertUpdate(DocumentEvent e) { event("insertUpdate", e); }
2
    public void ancestorRemoved(AncestorEvent e) { event("ancestorRemoved", e); }
2
    public void removeUpdate(DocumentEvent e) { event("removeUpdate", e); }
3
    public void ancestorMoved(AncestorEvent e) { event("ancestorMoved", e); }
3
    public void changedUpdate(DocumentEvent e) { event("changedUpdate", e); }
4
    public void caretUpdate(CaretEvent e) { event("caretUpdate", e); }
4
    public void hyperlinkUpdate(HyperlinkEvent e) { event("internalFrameOpened", 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