CloneSet9205


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13817
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java
23616
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java
Clone Instance
1
Line Count
3
Source Line
817
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ValidBreakpointLocationLocator.java

                        // visit only the body
                        Block body = node.getBody();
                        if (body != null) { // body is null for abstract methods
                                body.accept(this );
                        }


Clone Instance
2
Line Count
3
Source Line
616
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java

                                Block body = node.getBody();
                                if (body != null) {
                                        body.accept(this );
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

// visit only the body
Block body = node.getBody();
if (body != null) { // body is null for abstract methods
  body.accept(this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None