{
submenu = new Vector();
submenu.addElement(submenuName);
vector.addElement(submenu);
{
String line = st.nextToken();
text.addElement(line);
maxWidth = Math.max(maxWidth,
fm.stringWidth(line) + 10);
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/Macros.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/gui/AboutDialog.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | {↵ | | 1 | {↵
|
2 | submenu = new Vector();↵ | | 2 | ↵
|
3 | submenu.addElement(submenuName);↵ | | |
|
4 | vector.addElement(submenu↵ | | 3 | String line = st.nextToken();↵
|
| | | 4 | text.addElement(line);↵
|
| | | 5 | maxWidth = Math.max(maxWidth,↵
|
5 | );↵ | | 6 | fm.stringWidth(line) + 10);↵
|
6 | | | 7 |
|
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 |