CloneSet9244


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
12138
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java
22192
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java
Clone Instance
1
Line Count
2
Source Line
138
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java

                if (tabWidth < 0 || indentWidth <= 0 || line == null) {
                        throw new IllegalArgumentException();
                }


Clone Instance
2
Line Count
2
Source Line
192
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/IndentManipulation.java

                if (tabWidth < 0 || indentWidth <= 0 || line == null) {
                        throw new IllegalArgumentException();
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (tabWidth < 0 || indentWidth <= 0 || line == null) {
  throw new IllegalArgumentException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None