Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1149 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 4 | 1154 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
3 | 4 | 1195 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
if (getSourceAttachmentPath() != null) { buffer.append("[sourcePath:"); //$NON-NLS-1$ buffer.append(getSourceAttachmentPath()); buffer.append(']'); } |
| ||||
if (getSourceAttachmentRootPath() != null) { buffer.append("[rootPath:"); //$NON-NLS-1$ buffer.append(getSourceAttachmentRootPath()); buffer.append(']'); } |
| ||||
if (getOutputLocation() != null) { buffer.append("[output:"); //$NON-NLS-1$ buffer.append(getOutputLocation()); buffer.append(']'); } |
| |||
if ( [[#variable613ac5e0]]() != null) { buffer.append( [[#variable613ac520]]); //$NON-NLS-1$ buffer.append( [[#variable613ac5e0]]()); buffer.append(']'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#613ac5e0]] | getOutputLocation |
1 | 2 | [[#613ac5e0]] | getSourceAttachmentRootPath |
1 | 3 | [[#613ac5e0]] | getSourceAttachmentPath |
2 | 1 | [[#613ac520]] | "[output:" |
2 | 2 | [[#613ac520]] | "[rootPath:" |
2 | 3 | [[#613ac520]] | "[sourcePath:" |