private String path;
public ScriptRunner(String path)
{
this.path = path;
private String path;
public ShowDirAction(String path)
{
this.path = path;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/jars/MacOS/macos/MacOSActions.java
|
|
File path: /jEdit-4.2/jars/MacOS/macos/menu/MacOSMenu.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | private String path;↵ | | 1 | private String path;↵
|
2 | ↵ | | 2 | ↵
|
3 | public ScriptRunner(String path)↵ | | 3 | public ShowDirAction(String path)↵
|
4 | {↵ | | 4 | {↵
|
5 | this.path = path; | | 5 | this.path = path;
|
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 |