Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 5 | 0.966 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1030 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 8 | 1041 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
/* * Javadoc invalid tags due to deprecated references */ case IProblem.JavadocUsingDeprecatedField: case IProblem.JavadocUsingDeprecatedConstructor: case IProblem.JavadocUsingDeprecatedMethod: case IProblem.JavadocUsingDeprecatedType: if ( !(this.options.reportInvalidJavadocTags && this.options.reportInvalidJavadocTagsDeprecatedRef)) { return ProblemSeverities.Ignore; } break; |
| ||||
/* * Javadoc invalid tags due to non-visible references */ case IProblem.JavadocNotVisibleField: case IProblem.JavadocNotVisibleConstructor: case IProblem.JavadocNotVisibleMethod: case IProblem.JavadocNotVisibleType: if ( !(this.options.reportInvalidJavadocTags && this.options.reportInvalidJavadocTagsNotVisibleRef)) { return ProblemSeverities.Ignore; } break; |
| |||
/* * Javadoc invalid tags due to deprecated references */ /* * Javadoc invalid tags due to non-visible references */ case IProblem. [[#variable56520760]]: case IProblem. [[#variable565206e0]]: case IProblem. [[#variable56520660]]: case IProblem. [[#variable565205c0]]: if ( !(this.options.reportInvalidJavadocTags && this.options. [[#variable565204a0]])) { return ProblemSeverities.Ignore; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56520760]] | JavadocUsingDeprecatedField |
1 | 2 | [[#56520760]] | JavadocNotVisibleField |
2 | 1 | [[#565206e0]] | JavadocUsingDeprecatedConstructor |
2 | 2 | [[#565206e0]] | JavadocNotVisibleConstructor |
3 | 1 | [[#56520660]] | JavadocUsingDeprecatedMethod |
3 | 2 | [[#56520660]] | JavadocNotVisibleMethod |
4 | 1 | [[#565205c0]] | JavadocUsingDeprecatedType |
4 | 2 | [[#565205c0]] | JavadocNotVisibleType |
5 | 1 | [[#565204a0]] | reportInvalidJavadocTagsDeprecatedRef |
5 | 2 | [[#565204a0]] | reportInvalidJavadocTagsNotVisibleRef |