CloneSet7893


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.951class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13316
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java
23365
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java
Clone Instance
1
Line Count
3
Source Line
316
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java

        /**
         * @see IRuntimeClasspathEntry#getPath()
         */
        public IPath getPath() {
                IClasspathEntry entry = getClasspathEntry();
                return entry != null ? entry.getPath():  fInvalidPath;
        }


Clone Instance
2
Line Count
3
Source Line
365
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java

        /**
         * @see IRuntimeClasspathEntry#getSourceAttachmentPath()
         */
        public IPath getSourceAttachmentPath() {
                IClasspathEntry entry = getClasspathEntry();
                return entry != null ? entry.getSourceAttachmentPath():  null;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * @see IRuntimeClasspathEntry#getPath()
         */
/**
         * @see IRuntimeClasspathEntry#getSourceAttachmentPath()
         */
public IPath  [[#variable4e6d2480]]() {
  IClasspathEntry entry = getClasspathEntry();
  return entry != null ? entry. [[#variable4e6d2480]](): [[#variable4e6d23e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e6d2480]]
getPath 
12[[#4e6d2480]]
getSourceAttachmentPath 
21[[#4e6d23e0]]
fInvalidPath 
22[[#4e6d23e0]]
null