CloneSet9382


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1245
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/CheckDebugAttributes.java
2248
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/CheckDebugAttributes.java
Clone Instance
1
Line Count
2
Source Line
45
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/CheckDebugAttributes.java

                if (this.file == null) {
                        throw new BuildException(AntAdapterMessages.getString("checkDebugAttributes.file.argument.cannot.be.null")); //$NON-NLS-1$
                }


Clone Instance
2
Line Count
2
Source Line
48
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/CheckDebugAttributes.java

                if (this.property == null) {
                        throw new BuildException(AntAdapterMessages.getString("checkDebugAttributes.property.argument.cannot.be.null")); //$NON-NLS-1$
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if (this. [[#variableba8a9780]]== null) {
  throw new BuildException(AntAdapterMessages.getString( [[#variableba8a9720]])); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba8a9780]]
file 
12[[#ba8a9780]]
property 
21[[#ba8a9720]]
"checkDebugAttributes.file.argument.cannot.be.null" 
22[[#ba8a9720]]
"checkDebugAttributes.property.argument.cannot.be.null"