Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 482 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ASTRewrite.java |
2 | 4 | 803 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java |
| ||||
private void validateIsListProperty(StructuralPropertyDescriptor property) { if ( !property.isChildListProperty()) { String message = property.getId() + " is not a list property"; //$NON-NLS-1$ throw new IllegalArgumentException(message); } } |
| ||||
private void validateIsListProperty(StructuralPropertyDescriptor property) { if ( !property.isChildListProperty()) { String message = property.getId() + " is not a list property"; //$NON-NLS-1$ throw new IllegalArgumentException(message); } } |
| |||
private void validateIsListProperty(StructuralPropertyDescriptor property) { if ( !property.isChildListProperty()) { String message = property.getId() + " is not a list property"; //$NON-NLS-1$ throw new IllegalArgumentException(message); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |