Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 45 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/CheckDebugAttributes.java |
2 | 2 | 48 | 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$ } |
| ||||
if (this.property == null) { throw new BuildException(AntAdapterMessages.getString("checkDebugAttributes.property.argument.cannot.be.null")); //$NON-NLS-1$ } |
| |||
if (this. [[#variableba8a9780]]== null) { throw new BuildException(AntAdapterMessages.getString( [[#variableba8a9720]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba8a9780]] | file |
1 | 2 | [[#ba8a9780]] | property |
2 | 1 | [[#ba8a9720]] | "checkDebugAttributes.file.argument.cannot.be.null" |
2 | 2 | [[#ba8a9720]] | "checkDebugAttributes.property.argument.cannot.be.null" |