CloneSet4284


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9240.975variable_initializer_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
192219
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java
29552
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java
Clone Instance
1
Line Count
9
Source Line
2219
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeSignatureRefactoring.java

                                        TagElement.TAG_AUTHOR,
                                        TagElement.TAG_VERSION,
                                        TagElement.TAG_PARAM,
                                        TagElement.TAG_RETURN,
                                        TagElement.TAG_THROWS,
                                        TagElement.TAG_EXCEPTION,
                                        TagElement.TAG_SEE,
                                        TagElement.TAG_SINCE,
                                        TagElement.TAG_SERIAL


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

                TagElement.TAG_AUTHOR,
                TagElement.TAG_VERSION,
                TagElement.TAG_PARAM,
                TagElement.TAG_RETURN,
                TagElement.TAG_THROWS, // synonym to TAG_EXCEPTION
                TagElement.TAG_SEE,
                TagElement.TAG_SINCE,
                TagElement.TAG_SERIAL,
                TagElement.TAG_DEPRECATED


Clone AbstractionParameter Count: 4Parameter Bindings

TagElement.TAG_AUTHOR,
TagElement.TAG_VERSION,
TagElement.TAG_PARAM,
TagElement.TAG_RETURN,
TagElement.TAG_THROWS, // synonym to TAG_EXCEPTION
TagElement. [[#variable9d968ca0]],
TagElement. [[#variable9d968220]],
TagElement. [[#variable9d968a80]],
TagElement. [[#variable9d968c60]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d968ca0]]
TAG_EXCEPTION 
12[[#9d968ca0]]
TAG_SEE 
21[[#9d968220]]
TAG_SEE 
22[[#9d968220]]
TAG_SINCE 
31[[#9d968a80]]
TAG_SINCE 
32[[#9d968a80]]
TAG_SERIAL 
41[[#9d968c60]]
TAG_SERIAL 
42[[#9d968c60]]
TAG_DEPRECATED