CloneSet8872


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.963class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1238
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
2247
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java
Clone Instance
1
Line Count
2
Source Line
38
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java

        public boolean visit(ConstructorDeclaration constructorDeclaration, ClassScope scope) {
                return (constructorDeclaration.bits&  ASTNode.HasLocalType) != 0; // continue only if it has local type
        }


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

        public boolean visit(MethodDeclaration methodDeclaration, ClassScope scope) {
                return (methodDeclaration.bits&  ASTNode.HasLocalType) != 0; // continue only if it has local type
        }


Clone AbstractionParameter Count: 2Parameter Bindings

public boolean visit( [[#variablebd0a24c0]]  [[#variablebd0a2400]], ClassScope scope) {
  return ( [[#variablebd0a2400]].bits&ASTNode.HasLocalType) != 0; // continue only if it has local type
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bd0a24c0]]
ConstructorDeclaration 
12[[#bd0a24c0]]
MethodDeclaration 
21[[#bd0a2400]]
constructorDeclaration 
22[[#bd0a2400]]
methodDeclaration