Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.967 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1098 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java |
2 | 3 | 1111 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java |
3 | 3 | 1140 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java |
4 | 3 | 1151 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java |
| ||||
if (acceptType(memberType, acceptFlags, true /*a source type*/ )) { requestor.acceptMemberType(memberType); return true; } |
| ||||
if (acceptType(topLevelType, acceptFlags, true /*a source type*/ )) { requestor.acceptType(topLevelType); return true; } |
| ||||
if (acceptType(type, acceptFlags, true /*a source type*/ )) { requestor.acceptType(type); return true; // don't continue with compilation unit } |
| ||||
if (acceptType(type, acceptFlags, true /*a source type*/ )) { requestor.acceptType(type); return true; // return the first one } |
| |||
if (acceptType( [[#variable594b82a0]], acceptFlags, true /*a source type*/ )) { requestor. [[#variable594b8240]]( [[#variable594b82a0]]); return true; // don't continue with compilation unit // return the first one } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#594b82a0]] | type |
1 | 2 | [[#594b82a0]] | memberType |
1 | 3 | [[#594b82a0]] | topLevelType |
1 | 4 | [[#594b82a0]] | type |
2 | 1 | [[#594b8240]] | acceptType |
2 | 2 | [[#594b8240]] | acceptMemberType |
2 | 3 | [[#594b8240]] | acceptType |
2 | 4 | [[#594b8240]] | acceptType |