CloneSet3711


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15441
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java
25303
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java
Clone Instance
1
Line Count
5
Source Line
441
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java

        private void insertTabStop(ASTRewrite rewriter, List fragments, String linkedName) {
                TextElement textElement = rewriter.getAST().newTextElement();
                textElement.setText(""); //$NON-NLS-1$
                fragments.add(textElement);
                addLinkedPosition(rewriter.track(textElement), false, linkedName);
        }


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

                private void insertTabStop(ASTRewrite rewriter, List fragments, String linkedName) {
                        TextElement textElement = rewriter.getAST().newTextElement();
                        textElement.setText(""); //$NON-NLS-1$
                        fragments.add(textElement);
                        addLinkedPosition(rewriter.track(textElement), false, linkedName);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

private void insertTabStop(ASTRewrite rewriter, List fragments, String linkedName) {
  TextElement textElement = rewriter.getAST().newTextElement();
  textElement.setText(""); //$NON-NLS-1$
  fragments.add(textElement);
  addLinkedPosition(rewriter.track(textElement), false, linkedName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None