void removeUpdate(DocumentEvent e) { event("removeUpdate", e); } public void changedUpdate(DocumentEvent e) { event("changedUpdate", e); } public void hyperlinkUpdate(HyperlinkEvent e) { event("internalFrameOpened", e); }
void columnRemoved(TableColumnModelEvent e) { event("columnRemoved", e); } public void columnMoved(TableColumnModelEvent e) { event("columnMoved", e); } public void columnMarginChanged(ChangeEvent e) { event("columnMarginChanged", 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 removeUpdate(DocumentEvent e) { event("removeUpdate", e); }
1
void columnRemoved(TableColumnModelEvent e) { event("columnRemoved", e); }
2
    public void changedUpdate(DocumentEvent e) { event("changedUpdate", e); }
2
    public void columnMoved(TableColumnModelEvent e) { event("columnMoved", e); }
3
    public void hyperlinkUpdate(HyperlinkEvent e) { event("internalFrameOpened", e); }
3
    public void columnMarginChanged(ChangeEvent e) { event("columnMarginChanged", 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