Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 55 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java |
2 | 6 | 75 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java |
| ||||
if (typeName == null) throw new IllegalArgumentException("Type name cannot be null"); //$NON-NLS-1$ if ("".equals(typeName)) //$NON-NLS-1$ throw new IllegalArgumentException("Type name cannot be empty"); //$NON-NLS-1$ _env.checkValid(); |
| ||||
if (typeName == null) throw new IllegalArgumentException("Type name cannot be null"); //$NON-NLS-1$ if ("".equals(typeName)) //$NON-NLS-1$ throw new IllegalArgumentException("Type name cannot be empty"); //$NON-NLS-1$ _env.checkValid(); |
| |||
if (typeName == null) throw new IllegalArgumentException("Type name cannot be null"); //$NON-NLS-1$ if ("".equals(typeName)) //$NON-NLS-1$ throw new IllegalArgumentException("Type name cannot be empty"); //$NON-NLS-1$ _env.checkValid(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |