Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/SubTypeHierarchyViewer.java |
2 | 5 | 141 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TraditionalHierarchyViewer.java |
| ||||
{ for (int i = 0; i < types.length; i++) { IType curr = types[i]; if ( !isAnonymousFromInterface(curr)) { res.add(curr); } } } |
| ||||
{ for (int i = 0; i < types.length; i++) { IType curr = types[i]; if ( !isAnonymousFromInterface(curr)) { // no anonymous classes on 'Object' -> will be children of interface res.add(curr); } } } |
| |||
{ for (int i = 0; i < types.length; i++) { IType curr = types[i]; if ( !isAnonymousFromInterface(curr)) { // no anonymous classes on 'Object' -> will be children of interface res.add(curr); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |