Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.964 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 142 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java |
2 | 4 | 100 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java |
| ||||
{ CPListElement cpe = (CPListElement) cpelements.get(i); if (isEntryKind(cpe.getEntryKind())) { libelements.add(cpe); } } |
| ||||
{ CPListElement cpelem = (CPListElement) cpelements.get(i); if (isEntryKind(cpelem.getEntryKind())) { checkedProjects.add(cpelem); } } |
| |||
{ CPListElement [[#variable62d4ed20]]= (CPListElement) cpelements.get(i); if (isEntryKind( [[#variable62d4ed20]].getEntryKind())) { [[#variable62d4f640]].add( [[#variable62d4ed20]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62d4ed20]] | cpe |
1 | 2 | [[#62d4ed20]] | cpelem |
2 | 1 | [[#62d4f640]] | libelements |
2 | 2 | [[#62d4f640]] | checkedProjects |