Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.958 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 631 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 8 | 655 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
| ||||
case THROWS_TAG_EXPECTED_ORDER: // previous push was a @throws tag => push new @see tag pushOnAstStack(statement, true); break; case SEE_TAG_EXPECTED_ORDER: // previous push was a @see tag => push another @see tag pushOnAstStack(statement, false); break; |
| ||||
case PARAM_TAG_EXPECTED_ORDER: // previous push was a @param tag => push new @throws tag pushOnAstStack(typeRef, true); break; case THROWS_TAG_EXPECTED_ORDER: // previous push was a @throws tag => push another @throws tag pushOnAstStack(typeRef, false); break; |
| |||
case [[#variable59af94a0]]: // previous push was a @throws tag => push new @see tag // previous push was a @param tag => push new @throws tag pushOnAstStack( [[#variable59af8ca0]], true); break; case [[#variable5c935ec0]]: // previous push was a @see tag => push another @see tag // previous push was a @throws tag => push another @throws tag pushOnAstStack( [[#variable59af8ca0]], false); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59af94a0]] | THROWS_TAG_EXPECTED_ORDER |
1 | 2 | [[#59af94a0]] | PARAM_TAG_EXPECTED_ORDER |
2 | 1 | [[#59af8ca0]] | statement |
2 | 2 | [[#59af8ca0]] | typeRef |
3 | 1 | [[#5c935ec0]] | SEE_TAG_EXPECTED_ORDER |
3 | 2 | [[#5c935ec0]] | THROWS_TAG_EXPECTED_ORDER |