Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.974 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 626 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 5 | 663 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
| ||||
case PARAM_TAG_EXPECTED_ORDER: // previous push was a @param tag => push empty @throws tag and new @see tag pushOnAstStack(null, true); pushOnAstStack(statement, true); break; |
| ||||
case SEE_TAG_EXPECTED_ORDER: // previous push was a @see tag => push empty @param and new @throws tags pushOnAstStack(null, true); pushOnAstStack(typeRef, true); break; |
| |||
case [[#variablebf212f20]]: // previous push was a @param tag => push empty @throws tag and new @see tag // previous push was a @see tag => push empty @param and new @throws tags pushOnAstStack(null, true); pushOnAstStack( [[#variablebf212e80]], true); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bf212f20]] | PARAM_TAG_EXPECTED_ORDER |
1 | 2 | [[#bf212f20]] | SEE_TAG_EXPECTED_ORDER |
2 | 1 | [[#bf212e80]] | statement |
2 | 2 | [[#bf212e80]] | typeRef |