CloneSet7593


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.958switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18631
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
28655
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
Clone Instance
1
Line Count
8
Source Line
631
Source File
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;


Clone Instance
2
Line Count
8
Source Line
655
Source File
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 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;


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59af94a0]]
THROWS_TAG_EXPECTED_ORDER 
12[[#59af94a0]]
PARAM_TAG_EXPECTED_ORDER 
21[[#59af8ca0]]
statement 
22[[#59af8ca0]]
typeRef 
31[[#5c935ec0]]
SEE_TAG_EXPECTED_ORDER 
32[[#5c935ec0]]
THROWS_TAG_EXPECTED_ORDER