CloneSet6905


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

                        newTag.setTagName(TagElement.TAG_PARAM);
                        TextElement text = ast.newTextElement();
                        text.setText(name);
                        newTag.fragments().add(text);


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

                                newTag.setTagName(TagElement.TAG_PARAM);
                                TextElement text = ast.newTextElement();
                                text.setText(name);
                                newTag.fragments().add(text);


Clone AbstractionParameter Count: 0Parameter Bindings

newTag.setTagName(TagElement.TAG_PARAM);
TextElement text = ast.newTextElement();
text.setText(name);
newTag.fragments().add(text);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None