Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.991 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 268 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java |
2 | 6 | 339 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
private String getResolvedLabelString() { IPath resolvedPath = getResolvedPath(getPath()); if (resolvedPath != null) { return resolvedPath.toOSString(); } return ""; //$NON-NLS-1$ } |
| ||||
private String getResolvedLabelString() { IPath resolvedPath = getResolvedPath(getFilePath()); if (resolvedPath != null) { return resolvedPath.toOSString(); } return ""; //$NON-NLS-1$ } |
| |||
private String getResolvedLabelString() { IPath resolvedPath = getResolvedPath( [[#variable60bc7940]]()); if (resolvedPath != null) { return resolvedPath.toOSString(); } return ""; //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60bc7940]] | getFilePath |
1 | 2 | [[#60bc7940]] | getPath |