Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 4 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 328 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 2 | 333 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
3 | 2 | 363 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
4 | 2 | 366 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
5 | 2 | 399 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
6 | 2 | 401 | 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)); |
| ||||
optionsMap.put(OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, this.reportDeprecationWhenOverridingDeprecatedMethod ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportHiddenCatchBlock, getSeverityString(MaskedCatchBlock)); |
| ||||
optionsMap.put(OPTION_ReportInvalidJavadocTagsNotVisibleRef, this.reportInvalidJavadocTagsNotVisibleRef ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportMissingJavadocTags, getSeverityString(MissingJavadocTags)); |
| ||||
optionsMap.put(OPTION_ReportMissingJavadocTagsOverriding, this.reportMissingJavadocTagsOverriding ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportMissingJavadocComments, getSeverityString(MissingJavadocComments)); |
| ||||
optionsMap.put(OPTION_InlineJsr, this.inlineJsrBytecode ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportNullReference, getSeverityString(NullReference)); |
| ||||
optionsMap.put(OPTION_SuppressWarnings, this.suppressWarnings ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportUnhandledWarningToken, getSeverityString(UnhandledWarningToken)); |
| |||
optionsMap.put( [[#variableb41bd060]], this. [[#variable4e300a40]]? ENABLED: DISABLED); optionsMap.put( [[#variableb41bcfc0]], getSeverityString( [[#variable5238a040]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b41bd060]] | OPTION_SuppressWarnings |
1 | 2 | [[#b41bd060]] | OPTION_InlineJsr |
1 | 3 | [[#b41bd060]] | OPTION_DocCommentSupport |
1 | 4 | [[#b41bd060]] | OPTION_ReportDeprecationWhenOverridingDeprecatedMethod |
1 | 5 | [[#b41bd060]] | OPTION_ReportMissingJavadocTagsOverriding |
1 | 6 | [[#b41bd060]] | OPTION_ReportInvalidJavadocTagsNotVisibleRef |
2 | 1 | [[#4e300a40]] | suppressWarnings |
2 | 2 | [[#4e300a40]] | inlineJsrBytecode |
2 | 3 | [[#4e300a40]] | docCommentSupport |
2 | 4 | [[#4e300a40]] | reportDeprecationWhenOverridingDeprecatedMethod |
2 | 5 | [[#4e300a40]] | reportMissingJavadocTagsOverriding |
2 | 6 | [[#4e300a40]] | reportInvalidJavadocTagsNotVisibleRef |
3 | 1 | [[#b41bcfc0]] | OPTION_ReportUnhandledWarningToken |
3 | 2 | [[#b41bcfc0]] | OPTION_ReportNullReference |
3 | 3 | [[#b41bcfc0]] | OPTION_ReportMethodWithConstructorName |
3 | 4 | [[#b41bcfc0]] | OPTION_ReportHiddenCatchBlock |
3 | 5 | [[#b41bcfc0]] | OPTION_ReportMissingJavadocComments |
3 | 6 | [[#b41bcfc0]] | OPTION_ReportMissingJavadocTags |
4 | 1 | [[#5238a040]] | UnhandledWarningToken |
4 | 2 | [[#5238a040]] | NullReference |
4 | 3 | [[#5238a040]] | MethodWithConstructorName |
4 | 4 | [[#5238a040]] | MaskedCatchBlock |
4 | 5 | [[#5238a040]] | MissingJavadocComments |
4 | 6 | [[#5238a040]] | MissingJavadocTags |