CloneSet7061


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.962class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13125
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java
23134
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java
Clone Instance
1
Line Count
3
Source Line
125
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java

        /**
         * Constructs an Java model status with the given corresponding
         * element and string
         */
        public JavaModelStatus(int code, IJavaElement element, String string) {
                this(code, new IJavaElement[] {
                                               element
                                              } );
                this.string = string;
        }


Clone Instance
2
Line Count
3
Source Line
134
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelStatus.java

        /**
         * Constructs an Java model status with the given corresponding
         * element and path
         */
        public JavaModelStatus(int code, IJavaElement element, IPath path) {
                this(code, new IJavaElement[] {
                                               element
                                              } );
                this.path = path;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Constructs an Java model status with the given corresponding
         * element and string
         */
/**
         * Constructs an Java model status with the given corresponding
         * element and path
         */
public JavaModelStatus(int code, IJavaElement element, [[#variable55bec500]]  [[#variable55bec4a0]]) {
  this(code, new IJavaElement[] {
                                  element
                                } );
  this. [[#variable55bec4a0]]= [[#variable55bec4a0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55bec500]]
String 
12[[#55bec500]]
IPath 
21[[#55bec4a0]]
string 
22[[#55bec4a0]]
path