CloneSet9046


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12156
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java
22165
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java
Clone Instance
1
Line Count
2
Source Line
156
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java

                                if (testValidity && (length < 1)) {
                                        throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
                                }


Clone Instance
2
Line Count
2
Source Line
165
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java

                                if (testValidity && (x < 0x0800)) {
                                        throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (testValidity && ( [[#variablebe7d2160]] <  [[#variablebe7d2100]])) {
  throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#be7d2160]]
x 
12[[#be7d2160]]
length 
21[[#be7d2100]]
0x0800 
22[[#be7d2100]]
1