Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.953 | primary_not_new_array |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1467 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 1 | 1483 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
3 | 1 | 1493 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInLibrary, new String[] { entryPath.makeRelative().toString(), otherEntry.getPath().makeRelative().toString() } )) |
| ||||
new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestOutputInEntry, new String[] { currentOutput.makeRelative().toString(), entryPath.makeRelative().toString() } )) |
| ||||
new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_cannotNestEntryInOutput, new String[] { entryPath.makeRelative().toString(), currentOutput.makeRelative().toString() } )) |
| |||
new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages. [[#variable77b8b300]], new String[] { [[#variable77b8b220]].makeRelative().toString(), [[#variable77b8b380]].makeRelative().toString() } )) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77b8b300]] | classpath_cannotNestEntryInOutput |
1 | 2 | [[#77b8b300]] | classpath_cannotNestOutputInEntry |
1 | 3 | [[#77b8b300]] | classpath_cannotNestEntryInLibrary |
2 | 1 | [[#77b8b220]] | entryPath |
2 | 2 | [[#77b8b220]] | currentOutput |
2 | 3 | [[#77b8b220]] | entryPath |
3 | 1 | [[#77b8b380]] | currentOutput |
3 | 2 | [[#77b8b380]] | entryPath |
3 | 3 | [[#77b8b380]] | otherEntry.getPath() |