CloneSet6715


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14482
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ASTRewrite.java
24803
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java
Clone Instance
1
Line Count
4
Source Line
482
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/rewrite/ASTRewrite.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);
                }
        }


Clone Instance
2
Line Count
4
Source Line
803
Source File
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);
                }
        }


Clone AbstractionParameter Count: 0Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None