Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 55 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/CompilationUnitChangeNode.java |
2 | 4 | 61 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/CompilationUnitChangeNode.java |
| ||||
public JavaLanguageNode(TextEditChangeNode parent, IJavaElement element) { super(parent); fJavaElement = element; Assert.isNotNull(fJavaElement); } |
| ||||
public JavaLanguageNode(ChildNode parent, IJavaElement element) { super(parent); fJavaElement = element; Assert.isNotNull(fJavaElement); } |
| |||
public JavaLanguageNode( [[#variableb52e1480]] parent, IJavaElement element) { super(parent); fJavaElement = element; Assert.isNotNull(fJavaElement); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b52e1480]] | TextEditChangeNode |
1 | 2 | [[#b52e1480]] | ChildNode |