CloneSet971


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2740.968statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12363
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
22365
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
32367
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
42369
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
52371
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
62373
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
72375
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
Clone Instance
1
Line Count
2
Source Line
363
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_COMMENT_LINE_LENGTH, Integer.toString(this.comment_line_length));
                options.put(DefaultCodeFormatterConstants.FORMATTER_CONTINUATION_INDENTATION, Integer.toString(this.continuation_indentation));


Clone Instance
2
Line Count
2
Source Line
365
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER, Integer.toString(this.continuation_indentation_for_array_initializer));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AFTER_IMPORTS, Integer.toString(this.blank_lines_after_imports));


Clone Instance
3
Line Count
2
Source Line
367
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AFTER_PACKAGE, Integer.toString(this.blank_lines_after_package));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_FIELD, Integer.toString(this.blank_lines_before_field));


Clone Instance
4
Line Count
2
Source Line
369
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION, Integer.toString(this.blank_lines_before_first_class_body_declaration));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_IMPORTS, Integer.toString(this.blank_lines_before_imports));


Clone Instance
5
Line Count
2
Source Line
371
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE, Integer.toString(this.blank_lines_before_member_type));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_METHOD, Integer.toString(this.blank_lines_before_method));


Clone Instance
6
Line Count
2
Source Line
373
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK, Integer.toString(this.blank_lines_before_new_chunk));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BEFORE_PACKAGE, Integer.toString(this.blank_lines_before_package));


Clone Instance
7
Line Count
2
Source Line
375
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS, Integer.toString(this.blank_lines_between_type_declarations));
                options.put(DefaultCodeFormatterConstants.FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY, Integer.toString(this.blank_lines_at_beginning_of_method_body));


Clone AbstractionParameter Count: 4Parameter Bindings

options.put(DefaultCodeFormatterConstants. [[#variablec1ce36a0]], Integer.toString(this. [[#variablec1ce2680]]));
options.put(DefaultCodeFormatterConstants. [[#variablec1ce3660]], Integer.toString(this. [[#variablec1ce3620]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c1ce36a0]]
FORMATTER_COMMENT_LINE_LENGTH 
12[[#c1ce36a0]]
FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER 
13[[#c1ce36a0]]
FORMATTER_BLANK_LINES_AFTER_PACKAGE 
14[[#c1ce36a0]]
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION 
15[[#c1ce36a0]]
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE 
16[[#c1ce36a0]]
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK 
17[[#c1ce36a0]]
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS 
21[[#c1ce2680]]
comment_line_length 
22[[#c1ce2680]]
continuation_indentation_for_array_initializer 
23[[#c1ce2680]]
blank_lines_after_package 
24[[#c1ce2680]]
blank_lines_before_first_class_body_declaration 
25[[#c1ce2680]]
blank_lines_before_member_type 
26[[#c1ce2680]]
blank_lines_before_new_chunk 
27[[#c1ce2680]]
blank_lines_between_type_declarations 
31[[#c1ce3660]]
FORMATTER_CONTINUATION_INDENTATION 
32[[#c1ce3660]]
FORMATTER_BLANK_LINES_AFTER_IMPORTS 
33[[#c1ce3660]]
FORMATTER_BLANK_LINES_BEFORE_FIELD 
34[[#c1ce3660]]
FORMATTER_BLANK_LINES_BEFORE_IMPORTS 
35[[#c1ce3660]]
FORMATTER_BLANK_LINES_BEFORE_METHOD 
36[[#c1ce3660]]
FORMATTER_BLANK_LINES_BEFORE_PACKAGE 
37[[#c1ce3660]]
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY 
41[[#c1ce3620]]
continuation_indentation 
42[[#c1ce3620]]
blank_lines_after_imports 
43[[#c1ce3620]]
blank_lines_before_field 
44[[#c1ce3620]]
blank_lines_before_imports 
45[[#c1ce3620]]
blank_lines_before_method 
46[[#c1ce3620]]
blank_lines_before_package 
47[[#c1ce3620]]
blank_lines_at_beginning_of_method_body