void popupMenuCanceled(PopupMenuEvent e) { event("popupMenuCanceled", e); } public void columnAdded(TableColumnModelEvent e) { event("columnAdded", e); } public void columnRemoved(TableColumnModelEvent e) { event("columnRemoved", e); } public void columnMoved(TableColumnModelEvent e) { event("columnMoved", e); }
void textValueChanged(TextEvent e) { event("textValueChanged", e); } public void windowOpened(WindowEvent e) { event("windowOpened", e); } public void windowClosing(WindowEvent e) { event("windowClosing", e); } public void windowClosed(WindowEvent e) { event("windowClosed", 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 popupMenuCanceled(PopupMenuEvent e) { event("popupMenuCanceled", e); }
1
void textValueChanged(TextEvent e) { event("textValueChanged", e); }
2
    public void columnAdded(TableColumnModelEvent e) { event("columnAdded", e); }
2
	public void windowOpened(WindowEvent e) { event("windowOpened", e); }
3
    public void columnRemoved(TableColumnModelEvent e) { event("columnRemoved", e); }
3
	public void windowClosing(WindowEvent e) { event("windowClosing", e); }
4
    public void columnMoved(TableColumnModelEvent e) { event("columnMoved", e); }
4
	public void windowClosed(WindowEvent e) { event("windowClosed", 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