CloneSet4189


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11478
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultStackMapFrame.java
214155
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java
Clone Instance
1
Line Count
14
Source Line
78
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DefaultStackMapFrame.java

        public IVerificationTypeInfo[] getLocals() {
                return this.locals;
        }

        public int getNumberOfLocals() {
                return this.numberOfLocals;
        }

        public int getNumberOfStackItems() {
                return this.numberOfStackItems;
        }

        public int getOffsetDelta() {
                return this.offsetDelta;
        }

        public IVerificationTypeInfo[] getStackItems() {
                return this.stackItems;
        }


Clone Instance
2
Line Count
14
Source Line
155
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/StackMapFrame.java

        public IVerificationTypeInfo[] getLocals() {
                return this.locals;
        }

        public int getNumberOfLocals() {
                return this.numberOfLocals;
        }

        public int getNumberOfStackItems() {
                return this.numberOfStackItems;
        }

        public int getOffsetDelta() {
                return this.offsetDelta;
        }

        public IVerificationTypeInfo[] getStackItems() {
                return this.stackItems;
        }


Clone AbstractionParameter Count: 0Parameter Bindings

public IVerificationTypeInfo[] getLocals() {
  return this.locals;
}

public int getNumberOfLocals() {
  return this.numberOfLocals;
}

public int getNumberOfStackItems() {
  return this.numberOfStackItems;
}

public int getOffsetDelta() {
  return this.offsetDelta;
}

public IVerificationTypeInfo[] getStackItems() {
  return this.stackItems;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None