CloneSet9240


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12383
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java
22404
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java
Clone Instance
1
Line Count
2
Source Line
383
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java

                // Update match regarding method parameters
                // TODO ? (frederic)

                // Update match regarding method return type
                // TODO ? (frederic)

                // Special case for errors
                if (match.getRule() != 0 && messageSend.resolvedType == null) {
                        match.setRule(SearchPattern.R_ERASURE_MATCH);
                }


Clone Instance
2
Line Count
2
Source Line
404
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MethodLocator.java

                // Update match regarding method parameters
                // TODO ? (frederic)

                // Update match regarding method return type
                // TODO ? (frederic)

                // Special case for errors
                if (match.getRule() != 0 && messageSend.resolvedType == null) {
                        match.setRule(SearchPattern.R_ERASURE_MATCH);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

// Update match regarding method parameters
// TODO ? (frederic)
// Update match regarding method return type
// TODO ? (frederic)
// Special case for errors
if (match.getRule() != 0 && messageSend.resolvedType == null) {
  match.setRule(SearchPattern.R_ERASURE_MATCH);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None