Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.972 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 194 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/ClasspathModel.java |
2 | 6 | 202 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/ClasspathModel.java |
| ||||
public IClasspathEntry getBootstrapEntry() { if (bootstrapEntries == null) { String name = ClasspathMessages.ClasspathModel_0; bootstrapEntries = createGroupEntry(new IRuntimeClasspathEntry[0], null, name, false, true); } return bootstrapEntries; } |
| ||||
public IClasspathEntry getUserEntry() { if (userEntries == null) { String name = ClasspathMessages.ClasspathModel_1; userEntries = createGroupEntry(new IRuntimeClasspathEntry[0], null, name, false, true); } return userEntries; } |
| |||
public IClasspathEntry [[#variable5eb31880]]() { if ( [[#variable5eb317a0]]== null) { String name = ClasspathMessages. [[#variable5eb318c0]]; [[#variable5eb317a0]]= createGroupEntry(new IRuntimeClasspathEntry[0], null, name, false, true); } return [[#variable5eb317a0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5eb31880]] | getBootstrapEntry |
1 | 2 | [[#5eb31880]] | getUserEntry |
2 | 1 | [[#5eb317a0]] | bootstrapEntries |
2 | 2 | [[#5eb317a0]] | userEntries |
3 | 1 | [[#5eb318c0]] | ClasspathModel_0 |
3 | 2 | [[#5eb318c0]] | ClasspathModel_1 |