CloneSet7047


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
126291
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
226301
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
2
Source Line
6291
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (Math.abs(offset) > 0x7fff && !this.wideMode) {
                throw new AbortMethod(CodeStream.RESTART_IN_WIDE_MODE, null);
        }


Clone Instance
2
Line Count
2
Source Line
6301
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if (Math.abs(offset) > 0x7fff && !this.wideMode) {
                throw new AbortMethod(CodeStream.RESTART_IN_WIDE_MODE, null);
        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (Math.abs(offset) > 0x7fff && !this.wideMode) {
  throw new AbortMethod(CodeStream.RESTART_IN_WIDE_MODE, null);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None