Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.977 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 655 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 2 | 690 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
3 | 2 | 711 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
if ((optionValue = optionsMap.get(OPTION_ReportInvalidJavadoc)) != null) { updateSeverity(InvalidJavadoc, optionValue); } |
| ||||
if ((optionValue = optionsMap.get(OPTION_ReportMissingJavadocTags)) != null) { updateSeverity(MissingJavadocTags, optionValue); } |
| ||||
if ((optionValue = optionsMap.get(OPTION_ReportMissingJavadocComments)) != null) { updateSeverity(MissingJavadocComments, optionValue); } |
| |||
if ((optionValue = optionsMap.get( [[#variablea1940f80]])) != null) { updateSeverity( [[#variablea1940f00]], optionValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a1940f80]] | OPTION_ReportMissingJavadocComments |
1 | 2 | [[#a1940f80]] | OPTION_ReportMissingJavadocTags |
1 | 3 | [[#a1940f80]] | OPTION_ReportInvalidJavadoc |
2 | 1 | [[#a1940f00]] | MissingJavadocComments |
2 | 2 | [[#a1940f00]] | MissingJavadocTags |
2 | 3 | [[#a1940f00]] | InvalidJavadoc |