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 editingStopped(ChangeEvent e) { event("editingStopped", e); }
public void editingCanceled(ChangeEvent e) { event("editingCanceled", e); }
public void stateChanged(ChangeEvent e) { event("stateChanged", e); }
public void insertUpdate(DocumentEvent e) { event("insertUpdate", 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 editingStopped(ChangeEvent e) { event("editingStopped", e); }↵
|
2 | public void windowActivated(WindowEvent e) { event("windowActivated", e); }↵ | | 2 | public void editingCanceled(ChangeEvent e) { event("editingCanceled", e); }↵
|
3 | public void windowDeactivated(WindowEvent e) { event("windowDeactivated", e); }↵ | | 3 | public void stateChanged(ChangeEvent e) { event("stateChanged", e); }↵
|
|
4 | public void propertyChange(PropertyChangeEvent e) { ↵ | | 4 | public void insertUpdate(DocumentEvent e) { ↵
|
5 | event("propertyChange", e ); } | | 5 | event("insertUpdate", e); }
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |