CloneSet1450


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2640.965statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12328
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
22333
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
32363
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
42366
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
52399
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
62401
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
Clone Instance
1
Line Count
2
Source Line
328
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_DocCommentSupport, this.docCommentSupport ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportMethodWithConstructorName, getSeverityString(MethodWithConstructorName));


Clone Instance
2
Line Count
2
Source Line
333
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, this.reportDeprecationWhenOverridingDeprecatedMethod ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportHiddenCatchBlock, getSeverityString(MaskedCatchBlock));


Clone Instance
3
Line Count
2
Source Line
363
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_ReportInvalidJavadocTagsNotVisibleRef, this.reportInvalidJavadocTagsNotVisibleRef ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportMissingJavadocTags, getSeverityString(MissingJavadocTags));


Clone Instance
4
Line Count
2
Source Line
366
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportMissingJavadocComments, getSeverityString(MissingJavadocComments));


Clone Instance
5
Line Count
2
Source Line
399
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_InlineJsr, this.inlineJsrBytecode ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportNullReference, getSeverityString(NullReference));


Clone Instance
6
Line Count
2
Source Line
401
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_SuppressWarnings, this.suppressWarnings ? ENABLED:  DISABLED);
                optionsMap.put(OPTION_ReportUnhandledWarningToken, getSeverityString(UnhandledWarningToken));


Clone AbstractionParameter Count: 4Parameter Bindings

optionsMap.put( [[#variableb41bd060]], this. [[#variable4e300a40]]? ENABLED: DISABLED);
optionsMap.put( [[#variableb41bcfc0]], getSeverityString( [[#variable5238a040]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b41bd060]]
OPTION_SuppressWarnings 
12[[#b41bd060]]
OPTION_InlineJsr 
13[[#b41bd060]]
OPTION_DocCommentSupport 
14[[#b41bd060]]
OPTION_ReportDeprecationWhenOverridingDeprecatedMethod 
15[[#b41bd060]]
OPTION_ReportMissingJavadocTagsOverriding 
16[[#b41bd060]]
OPTION_ReportInvalidJavadocTagsNotVisibleRef 
21[[#4e300a40]]
suppressWarnings 
22[[#4e300a40]]
inlineJsrBytecode 
23[[#4e300a40]]
docCommentSupport 
24[[#4e300a40]]
reportDeprecationWhenOverridingDeprecatedMethod 
25[[#4e300a40]]
reportMissingJavadocTagsOverriding 
26[[#4e300a40]]
reportInvalidJavadocTagsNotVisibleRef 
31[[#b41bcfc0]]
OPTION_ReportUnhandledWarningToken 
32[[#b41bcfc0]]
OPTION_ReportNullReference 
33[[#b41bcfc0]]
OPTION_ReportMethodWithConstructorName 
34[[#b41bcfc0]]
OPTION_ReportHiddenCatchBlock 
35[[#b41bcfc0]]
OPTION_ReportMissingJavadocComments 
36[[#b41bcfc0]]
OPTION_ReportMissingJavadocTags 
41[[#5238a040]]
UnhandledWarningToken 
42[[#5238a040]]
NullReference 
43[[#5238a040]]
MethodWithConstructorName 
44[[#5238a040]]
MaskedCatchBlock 
45[[#5238a040]]
MissingJavadocComments 
46[[#5238a040]]
MissingJavadocTags