CloneSet1426


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4740.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14219
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
24223
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
34227
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
44231
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
54235
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
64239
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
74243
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java
Clone Instance
1
Line Count
4
Source Line
219
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_BLANKLINE))
                        attributes.add("COMMENT_BLANKLINE"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_BREAK))
                        attributes.add("COMMENT_BREAK"); //$NON-NLS-1$


Clone Instance
2
Line Count
4
Source Line
223
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_CLOSE))
                        attributes.add("COMMENT_CLOSE"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_CODE))
                        attributes.add("COMMENT_CODE"); //$NON-NLS-1$


Clone Instance
3
Line Count
4
Source Line
227
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_HTML))
                        attributes.add("COMMENT_HTML"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_IMMUTABLE))
                        attributes.add("COMMENT_IMMUTABLE"); //$NON-NLS-1$


Clone Instance
4
Line Count
4
Source Line
231
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_NEWLINE))
                        attributes.add("COMMENT_NEWLINE"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_OPEN))
                        attributes.add("COMMENT_OPEN"); //$NON-NLS-1$


Clone Instance
5
Line Count
4
Source Line
235
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_PARAGRAPH))
                        attributes.add("COMMENT_PARAGRAPH"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_PARAMETER))
                        attributes.add("COMMENT_PARAMETER"); //$NON-NLS-1$


Clone Instance
6
Line Count
4
Source Line
239
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_ROOT))
                        attributes.add("COMMENT_ROOT"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_SEPARATOR))
                        attributes.add("COMMENT_SEPARATOR"); //$NON-NLS-1$


Clone Instance
7
Line Count
4
Source Line
243
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/CommentRange.java

                if (hasAttribute(COMMENT_FIRST_TOKEN))
                        attributes.add("COMMENT_FIRST_TOKEN"); //$NON-NLS-1$
                if (hasAttribute(COMMENT_STARTS_WITH_RANGE_DELIMITER))
                        attributes.add("COMMENT_STARTS_WITH_RANGE_DELIMITER"); //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

if (hasAttribute( [[#variable4f047360]]))
  attributes.add( [[#variable5178c6e0]]); //$NON-NLS-1$
if (hasAttribute( [[#variable5c85c480]]))
  attributes.add( [[#variable4f0473a0]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f047360]]
COMMENT_BLANKLINE 
12[[#4f047360]]
COMMENT_CLOSE 
13[[#4f047360]]
COMMENT_HTML 
14[[#4f047360]]
COMMENT_NEWLINE 
15[[#4f047360]]
COMMENT_PARAGRAPH 
16[[#4f047360]]
COMMENT_ROOT 
17[[#4f047360]]
COMMENT_FIRST_TOKEN 
21[[#5178c6e0]]
"COMMENT_BLANKLINE" 
22[[#5178c6e0]]
"COMMENT_CLOSE" 
23[[#5178c6e0]]
"COMMENT_HTML" 
24[[#5178c6e0]]
"COMMENT_NEWLINE" 
25[[#5178c6e0]]
"COMMENT_PARAGRAPH" 
26[[#5178c6e0]]
"COMMENT_ROOT" 
27[[#5178c6e0]]
"COMMENT_FIRST_TOKEN" 
31[[#5c85c480]]
COMMENT_BREAK 
32[[#5c85c480]]
COMMENT_CODE 
33[[#5c85c480]]
COMMENT_IMMUTABLE 
34[[#5c85c480]]
COMMENT_OPEN 
35[[#5c85c480]]
COMMENT_PARAMETER 
36[[#5c85c480]]
COMMENT_SEPARATOR 
37[[#5c85c480]]
COMMENT_STARTS_WITH_RANGE_DELIMITER 
41[[#4f0473a0]]
"COMMENT_BREAK" 
42[[#4f0473a0]]
"COMMENT_CODE" 
43[[#4f0473a0]]
"COMMENT_IMMUTABLE" 
44[[#4f0473a0]]
"COMMENT_OPEN" 
45[[#4f0473a0]]
"COMMENT_PARAMETER" 
46[[#4f0473a0]]
"COMMENT_SEPARATOR" 
47[[#4f0473a0]]
"COMMENT_STARTS_WITH_RANGE_DELIMITER"