| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 4 | 1 | 0.988 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 1141 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| 2 | 1 | 1192 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| 3 | 1 | 1260 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| 4 | 1 | 1380 | 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);
|
| ||||
// remember deprecation so as to not lose it below
boolean deprecated = (currentModifiers& ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(methodDeclaration.annotations);
|
| ||||
// remember deprecation so as to not lose it below
boolean deprecated = (currentModifiers& ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(fieldDeclaration.annotations);
|
| ||||
// remember deprecation so as to not lose it below
boolean deprecated = (currentModifiers& ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation(typeDeclaration.annotations);
|
| |||
// remember deprecation so as to not lose it below boolean deprecated = (currentModifiers&ClassFileConstants.AccDeprecated) != 0 || hasDeprecatedAnnotation( [[#variable64c1bdc0]].annotations); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#64c1bdc0]] | methodDeclaration |
| 1 | 2 | [[#64c1bdc0]] | fieldDeclaration |
| 1 | 3 | [[#64c1bdc0]] | typeDeclaration |
| 1 | 4 | [[#64c1bdc0]] | methodDeclaration |