CloneSet3186


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.985statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13176
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java
23184
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java
33209
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java
Clone Instance
1
Line Count
3
Source Line
176
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java

                                postfix = text.lastIndexOf(end);
                                if (postfix >= 0 && text.substring(postfix + end.length()).trim().length() != 0)
                                        postfix = -1;


Clone Instance
2
Line Count
3
Source Line
184
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java

                                        postfix = text.lastIndexOf(content);
                                        if (postfix >= 0 && text.substring(postfix + content.length()).trim().length() != 0)
                                                postfix = -1;


Clone Instance
3
Line Count
3
Source Line
209
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java

                        postfix = text.lastIndexOf(end);
                        if (postfix >= 0 && text.substring(postfix + end.length()).trim().length() != 0)
                                postfix = -1;


Clone AbstractionParameter Count: 1Parameter Bindings

postfix = text.lastIndexOf( [[#variableb3ae3140]]);
if (postfix >= 0 && text.substring(postfix +  [[#variableb3ae3140]].length()).trim().length() != 0)
  postfix = -1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3ae3140]]
end 
12[[#b3ae3140]]
content 
13[[#b3ae3140]]
end