Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.995 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 341 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
2 | 4 | 350 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java |
| ||||
if (path.segment(0).toString().equals(projectName)) { newPath = path.removeFirstSegments(1); } return Messages.bind(Messages.classpath_disabledInclusionExclusionPatterns, new String[] { newPath.makeRelative().toString(), projectName } ); |
| ||||
if (path.segment(0).toString().equals(projectName)) { newPath = path.removeFirstSegments(1); } return Messages.bind(Messages.classpath_disabledMultipleOutputLocations, new String[] { newPath.makeRelative().toString(), projectName } ); |
| |||
if (path.segment(0).toString().equals(projectName)) { newPath = path.removeFirstSegments(1); } return Messages.bind(Messages. [[#variable6210a260]], new String[] { newPath.makeRelative().toString(), projectName } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6210a260]] | classpath_disabledMultipleOutputLocations |
1 | 2 | [[#6210a260]] | classpath_disabledInclusionExclusionPatterns |