CloneSet3989


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1410.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111141
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
211192
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
311260
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
411380
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
Clone Instance
1
Line Count
1
Source Line
1141
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                        // remember deprecation so as to not lose it below
                        boolean deprecated = (currentModifiers&  ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(methodDeclaration.annotations);


Clone Instance
2
Line Count
1
Source Line
1192
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                // remember deprecation so as to not lose it below
                boolean deprecated = (currentModifiers&  ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(methodDeclaration.annotations);


Clone Instance
3
Line Count
1
Source Line
1260
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                                // remember deprecation so as to not lose it below
                                boolean deprecated = (currentModifiers&  ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(fieldDeclaration.annotations);


Clone Instance
4
Line Count
1
Source Line
1380
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                        // remember deprecation so as to not lose it below
                        boolean deprecated = (currentModifiers&  ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(typeDeclaration.annotations);


Clone AbstractionParameter Count: 1Parameter Bindings

// remember deprecation so as to not lose it below
boolean deprecated = (currentModifiers&ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation( [[#variable64c1bdc0]].annotations);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64c1bdc0]]
methodDeclaration 
12[[#64c1bdc0]]
fieldDeclaration 
13[[#64c1bdc0]]
typeDeclaration 
14[[#64c1bdc0]]
methodDeclaration