CloneSet130


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
42640.957statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14783
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
241005
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
341009
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
441013
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
541017
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
641021
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
741025
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
841029
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
941051
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1041055
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1141059
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1241063
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1341067
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1441071
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1541075
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1641079
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1741083
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1841087
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
1941773
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2041777
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2141781
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2241785
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2341789
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2441793
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2541807
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
2641821
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java
Clone Instance
1
Line Count
4
Source Line
783
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java

                if (alignTypeMembersOnColumnsOption != null) {
                        this.align_type_members_on_columns = DefaultCodeFormatterConstants.TRUE.equals(alignTypeMembersOnColumnsOption);
                }
                final Object bracePositionForAnnotationTypeDeclarationOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION);


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

                if (commentClearBlankLinesOption != null) {
                        this.comment_clear_blank_lines = DefaultCodeFormatterConstants.TRUE.equals(commentClearBlankLinesOption);
                }
                final Object commentFormatOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT);


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

                if (commentFormatOption != null) {
                        this.comment_format = DefaultCodeFormatterConstants.TRUE.equals(commentFormatOption);
                }
                final Object commentFormatHeaderOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HEADER);


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

                if (commentFormatHeaderOption != null) {
                        this.comment_format_header = DefaultCodeFormatterConstants.TRUE.equals(commentFormatHeaderOption);
                }
                final Object commentFormatHtmlOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_HTML);


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

                if (commentFormatHtmlOption != null) {
                        this.comment_format_html = DefaultCodeFormatterConstants.TRUE.equals(commentFormatHtmlOption);
                }
                final Object commentFormatSourceOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT_SOURCE);


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

                if (commentFormatSourceOption != null) {
                        this.comment_format_source = DefaultCodeFormatterConstants.TRUE.equals(commentFormatSourceOption);
                }
                final Object commentIndentParameterDescriptionOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION);


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

                if (commentIndentParameterDescriptionOption != null) {
                        this.comment_indent_parameter_description = DefaultCodeFormatterConstants.TRUE.equals(commentIndentParameterDescriptionOption);
                }
                final Object commentIndentRootTagsOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INDENT_ROOT_TAGS);


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

                if (commentIndentRootTagsOption != null) {
                        this.comment_indent_root_tags = DefaultCodeFormatterConstants.TRUE.equals(commentIndentRootTagsOption);
                }
                final Object commentInsertEmptyLineBeforeRootTagsOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS);


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

                if (indentStatementsCompareToBlockOption != null) {
                        this.indent_statements_compare_to_block = DefaultCodeFormatterConstants.TRUE.equals(indentStatementsCompareToBlockOption);
                }
                final Object indentStatementsCompareToBodyOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY);


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

                if (indentStatementsCompareToBodyOption != null) {
                        this.indent_statements_compare_to_body = DefaultCodeFormatterConstants.TRUE.equals(indentStatementsCompareToBodyOption);
                }
                final Object indentBodyDeclarationsCompareToAnnotationDeclarationHeaderOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER);


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

                if (indentBodyDeclarationsCompareToAnnotationDeclarationHeaderOption != null) {
                        this.indent_body_declarations_compare_to_annotation_declaration_header = DefaultCodeFormatterConstants.TRUE.equals(indentBodyDeclarationsCompareToAnnotationDeclarationHeaderOption);
                }
                final Object indentBodyDeclarationsCompareToEnumConstantHeaderOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER);


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

                if (indentBodyDeclarationsCompareToEnumConstantHeaderOption != null) {
                        this.indent_body_declarations_compare_to_enum_constant_header = DefaultCodeFormatterConstants.TRUE.equals(indentBodyDeclarationsCompareToEnumConstantHeaderOption);
                }
                final Object indentBodyDeclarationsCompareToEnumDeclarationHeaderOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER);


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

                if (indentBodyDeclarationsCompareToEnumDeclarationHeaderOption != null) {
                        this.indent_body_declarations_compare_to_enum_declaration_header = DefaultCodeFormatterConstants.TRUE.equals(indentBodyDeclarationsCompareToEnumDeclarationHeaderOption);
                }
                final Object indentBodyDeclarationsCompareToTypeHeaderOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER);


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

                if (indentBodyDeclarationsCompareToTypeHeaderOption != null) {
                        this.indent_body_declarations_compare_to_type_header = DefaultCodeFormatterConstants.TRUE.equals(indentBodyDeclarationsCompareToTypeHeaderOption);
                }
                final Object indentBreaksCompareToCasesOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES);


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

                if (indentBreaksCompareToCasesOption != null) {
                        this.indent_breaks_compare_to_cases = DefaultCodeFormatterConstants.TRUE.equals(indentBreaksCompareToCasesOption);
                }
                final Object indentEmptyLinesOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_EMPTY_LINES);


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

                if (indentEmptyLinesOption != null) {
                        this.indent_empty_lines = DefaultCodeFormatterConstants.TRUE.equals(indentEmptyLinesOption);
                }
                final Object indentSwitchstatementsCompareToCasesOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES);


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

                if (indentSwitchstatementsCompareToCasesOption != null) {
                        this.indent_switchstatements_compare_to_cases = DefaultCodeFormatterConstants.TRUE.equals(indentSwitchstatementsCompareToCasesOption);
                }
                final Object indentSwitchstatementsCompareToSwitchOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH);


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

                if (indentSwitchstatementsCompareToSwitchOption != null) {
                        this.indent_switchstatements_compare_to_switch = DefaultCodeFormatterConstants.TRUE.equals(indentSwitchstatementsCompareToSwitchOption);
                }
                final Object indentationSizeOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_INDENTATION_SIZE);


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

                if (compactElseIfOption != null) {
                        this.compact_else_if = DefaultCodeFormatterConstants.TRUE.equals(compactElseIfOption);
                }
                final Object keepGuardianClauseOnOneLineOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE);


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

                if (keepGuardianClauseOnOneLineOption != null) {
                        this.keep_guardian_clause_on_one_line = DefaultCodeFormatterConstants.TRUE.equals(keepGuardianClauseOnOneLineOption);
                }
                final Object keepElseStatementOnSameLineOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE);


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

                if (keepElseStatementOnSameLineOption != null) {
                        this.keep_else_statement_on_same_line = DefaultCodeFormatterConstants.TRUE.equals(keepElseStatementOnSameLineOption);
                }
                final Object keepEmptyArrayInitializerOnOneLineOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE);


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

                if (keepEmptyArrayInitializerOnOneLineOption != null) {
                        this.keep_empty_array_initializer_on_one_line = DefaultCodeFormatterConstants.TRUE.equals(keepEmptyArrayInitializerOnOneLineOption);
                }
                final Object keepSimpleIfOnOneLineOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE);


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

                if (keepSimpleIfOnOneLineOption != null) {
                        this.keep_simple_if_on_one_line = DefaultCodeFormatterConstants.TRUE.equals(keepSimpleIfOnOneLineOption);
                }
                final Object keepThenStatementOnSameLineOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE);


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

                if (keepThenStatementOnSameLineOption != null) {
                        this.keep_then_statement_on_same_line = DefaultCodeFormatterConstants.TRUE.equals(keepThenStatementOnSameLineOption);
                }
                final Object numberOfEmptyLinesToPreserveOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE);


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

                if (putEmptyStatementOnNewLineOption != null) {
                        this.put_empty_statement_on_new_line = DefaultCodeFormatterConstants.TRUE.equals(putEmptyStatementOnNewLineOption);
                }
                final Object tabSizeOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_TAB_SIZE);


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

                if (useTabsOnlyForLeadingIndentationsOption != null) {
                        this.use_tabs_only_for_leading_indentations = DefaultCodeFormatterConstants.TRUE.equals(useTabsOnlyForLeadingIndentationsOption);
                }
                final Object pageWidthOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_LINE_SPLIT);


Clone AbstractionParameter Count: 4Parameter Bindings

if ( [[#variable54621500]]!= null) {
  this. [[#variable56fa7920]]= DefaultCodeFormatterConstants.TRUE.equals( [[#variable54621500]]);
}
final Object  [[#variable5ace08a0]]= settings.get(DefaultCodeFormatterConstants. [[#variable76b698c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#54621500]]
alignTypeMembersOnColumnsOption 
12[[#54621500]]
commentClearBlankLinesOption 
13[[#54621500]]
commentFormatOption 
14[[#54621500]]
commentFormatHeaderOption 
15[[#54621500]]
commentFormatHtmlOption 
16[[#54621500]]
commentFormatSourceOption 
17[[#54621500]]
commentIndentParameterDescriptionOption 
18[[#54621500]]
commentIndentRootTagsOption 
19[[#54621500]]
indentStatementsCompareToBlockOption 
110[[#54621500]]
indentStatementsCompareToBodyOption 
111[[#54621500]]
indentBodyDeclarationsCompareToAnnotationDeclarationHeaderOption 
112[[#54621500]]
indentBodyDeclarationsCompareToEnumConstantHeaderOption 
113[[#54621500]]
indentBodyDeclarationsCompareToEnumDeclarationHeaderOption 
114[[#54621500]]
indentBodyDeclarationsCompareToTypeHeaderOption 
115[[#54621500]]
indentBreaksCompareToCasesOption 
116[[#54621500]]
indentEmptyLinesOption 
117[[#54621500]]
indentSwitchstatementsCompareToCasesOption 
118[[#54621500]]
indentSwitchstatementsCompareToSwitchOption 
119[[#54621500]]
compactElseIfOption 
120[[#54621500]]
keepGuardianClauseOnOneLineOption 
121[[#54621500]]
keepElseStatementOnSameLineOption 
122[[#54621500]]
keepEmptyArrayInitializerOnOneLineOption 
123[[#54621500]]
keepSimpleIfOnOneLineOption 
124[[#54621500]]
keepThenStatementOnSameLineOption 
125[[#54621500]]
putEmptyStatementOnNewLineOption 
126[[#54621500]]
useTabsOnlyForLeadingIndentationsOption 
21[[#56fa7920]]
align_type_members_on_columns 
22[[#56fa7920]]
comment_clear_blank_lines 
23[[#56fa7920]]
comment_format 
24[[#56fa7920]]
comment_format_header 
25[[#56fa7920]]
comment_format_html 
26[[#56fa7920]]
comment_format_source 
27[[#56fa7920]]
comment_indent_parameter_description 
28[[#56fa7920]]
comment_indent_root_tags 
29[[#56fa7920]]
indent_statements_compare_to_block 
210[[#56fa7920]]
indent_statements_compare_to_body 
211[[#56fa7920]]
indent_body_declarations_compare_to_annotation_declaration_header 
212[[#56fa7920]]
indent_body_declarations_compare_to_enum_constant_header 
213[[#56fa7920]]
indent_body_declarations_compare_to_enum_declaration_header 
214[[#56fa7920]]
indent_body_declarations_compare_to_type_header 
215[[#56fa7920]]
indent_breaks_compare_to_cases 
216[[#56fa7920]]
indent_empty_lines 
217[[#56fa7920]]
indent_switchstatements_compare_to_cases 
218[[#56fa7920]]
indent_switchstatements_compare_to_switch 
219[[#56fa7920]]
compact_else_if 
220[[#56fa7920]]
keep_guardian_clause_on_one_line 
221[[#56fa7920]]
keep_else_statement_on_same_line 
222[[#56fa7920]]
keep_empty_array_initializer_on_one_line 
223[[#56fa7920]]
keep_simple_if_on_one_line 
224[[#56fa7920]]
keep_then_statement_on_same_line 
225[[#56fa7920]]
put_empty_statement_on_new_line 
226[[#56fa7920]]
use_tabs_only_for_leading_indentations 
31[[#5ace08a0]]
bracePositionForAnnotationTypeDeclarationOption 
32[[#5ace08a0]]
commentFormatOption 
33[[#5ace08a0]]
commentFormatHeaderOption 
34[[#5ace08a0]]
commentFormatHtmlOption 
35[[#5ace08a0]]
commentFormatSourceOption 
36[[#5ace08a0]]
commentIndentParameterDescriptionOption 
37[[#5ace08a0]]
commentIndentRootTagsOption 
38[[#5ace08a0]]
commentInsertEmptyLineBeforeRootTagsOption 
39[[#5ace08a0]]
indentStatementsCompareToBodyOption 
310[[#5ace08a0]]
indentBodyDeclarationsCompareToAnnotationDeclarationHeaderOption 
311[[#5ace08a0]]
indentBodyDeclarationsCompareToEnumConstantHeaderOption 
312[[#5ace08a0]]
indentBodyDeclarationsCompareToEnumDeclarationHeaderOption 
313[[#5ace08a0]]
indentBodyDeclarationsCompareToTypeHeaderOption 
314[[#5ace08a0]]
indentBreaksCompareToCasesOption 
315[[#5ace08a0]]
indentEmptyLinesOption 
316[[#5ace08a0]]
indentSwitchstatementsCompareToCasesOption 
317[[#5ace08a0]]
indentSwitchstatementsCompareToSwitchOption 
318[[#5ace08a0]]
indentationSizeOption 
319[[#5ace08a0]]
keepGuardianClauseOnOneLineOption 
320[[#5ace08a0]]
keepElseStatementOnSameLineOption 
321[[#5ace08a0]]
keepEmptyArrayInitializerOnOneLineOption 
322[[#5ace08a0]]
keepSimpleIfOnOneLineOption 
323[[#5ace08a0]]
keepThenStatementOnSameLineOption 
324[[#5ace08a0]]
numberOfEmptyLinesToPreserveOption 
325[[#5ace08a0]]
tabSizeOption 
326[[#5ace08a0]]
pageWidthOption 
41[[#76b698c0]]
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION 
42[[#76b698c0]]
FORMATTER_COMMENT_FORMAT 
43[[#76b698c0]]
FORMATTER_COMMENT_FORMAT_HEADER 
44[[#76b698c0]]
FORMATTER_COMMENT_FORMAT_HTML 
45[[#76b698c0]]
FORMATTER_COMMENT_FORMAT_SOURCE 
46[[#76b698c0]]
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION 
47[[#76b698c0]]
FORMATTER_COMMENT_INDENT_ROOT_TAGS 
48[[#76b698c0]]
FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS 
49[[#76b698c0]]
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY 
410[[#76b698c0]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER 
411[[#76b698c0]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER 
412[[#76b698c0]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER 
413[[#76b698c0]]
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER 
414[[#76b698c0]]
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES 
415[[#76b698c0]]
FORMATTER_INDENT_EMPTY_LINES 
416[[#76b698c0]]
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES 
417[[#76b698c0]]
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH 
418[[#76b698c0]]
FORMATTER_INDENTATION_SIZE 
419[[#76b698c0]]
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE 
420[[#76b698c0]]
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE 
421[[#76b698c0]]
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE 
422[[#76b698c0]]
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE 
423[[#76b698c0]]
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE 
424[[#76b698c0]]
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE 
425[[#76b698c0]]
FORMATTER_TAB_SIZE 
426[[#76b698c0]]
FORMATTER_LINE_SPLIT