Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 1 | 0.996 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1652 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 5 | 1663 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
3 | 5 | 1676 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
if (checkSourceAttachment && sourceAttachment != null && !sourceAttachment.isEmpty() && JavaModel.getTarget(workspaceRoot, sourceAttachment, true) == null) { return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundSourceAttachment, new String[] { sourceAttachment.toString(), path.toString(), projectName } )); } |
| ||||
if (checkSourceAttachment && sourceAttachment != null && !sourceAttachment.isEmpty() && JavaModel.getTarget(workspaceRoot, sourceAttachment, true) == null) { return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundSourceAttachment, new String[] { sourceAttachment.toString(), path.toString(), projectName } )); } |
| ||||
if (checkSourceAttachment && sourceAttachment != null && !sourceAttachment.isEmpty() && JavaModel.getTarget(workspaceRoot, sourceAttachment, true) == null) { return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundSourceAttachment, new String[] { sourceAttachment.toString(), path.toOSString(), projectName } )); } |
| |||
if (checkSourceAttachment && sourceAttachment != null && !sourceAttachment.isEmpty() && JavaModel.getTarget(workspaceRoot, sourceAttachment, true) == null) { return new JavaModelStatus(IJavaModelStatusConstants.INVALID_CLASSPATH, Messages.bind(Messages.classpath_unboundSourceAttachment, new String[] { sourceAttachment.toString(), path. [[#variable52776280]](), projectName } )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52776280]] | toString |
1 | 2 | [[#52776280]] | toOSString |
1 | 3 | [[#52776280]] | toString |