CloneSet6418


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.991class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16268
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java
26339
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java
Clone Instance
1
Line Count
6
Source Line
268
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java

        private String getResolvedLabelString() {
                IPath resolvedPath = getResolvedPath(getPath());
                if (resolvedPath != null) {
                        return resolvedPath.toOSString();
                }
                return ""; //$NON-NLS-1$
        }


Clone Instance
2
Line Count
6
Source Line
339
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java

        private String getResolvedLabelString() {
                IPath resolvedPath = getResolvedPath(getFilePath());
                if (resolvedPath != null) {
                        return resolvedPath.toOSString();
                }
                return ""; //$NON-NLS-1$
        }


Clone AbstractionParameter Count: 1Parameter Bindings

private String getResolvedLabelString() {
  IPath resolvedPath = getResolvedPath( [[#variable60bc7940]]());
  if (resolvedPath != null) {
    return resolvedPath.toOSString();
  }
  return ""; //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60bc7940]]
getFilePath 
12[[#60bc7940]]
getPath