CloneSet5717


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.992statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14180
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java
24271
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java
Clone Instance
1
Line Count
4
Source Line
180
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java

                                newTag.setTagName(TagElement.TAG_THROWS);
                                TextElement excNode = ast.newTextElement();
                                excNode.setText(ASTNodes.asString(missingNode));
                                newTag.fragments().add(excNode);


Clone Instance
2
Line Count
4
Source Line
271
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java

                                                newTag.setTagName(TagElement.TAG_THROWS);
                                                TextElement excNode = ast.newTextElement();
                                                excNode.setText(ASTNodes.asString(exception));
                                                newTag.fragments().add(excNode);


Clone AbstractionParameter Count: 1Parameter Bindings

newTag.setTagName(TagElement.TAG_THROWS);
TextElement excNode = ast.newTextElement();
excNode.setText(ASTNodes.asString( [[#variable92fcb3a0]]));
newTag.fragments().add(excNode);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92fcb3a0]]
exception 
12[[#92fcb3a0]]
missingNode