11316d43eSThomas Wolfeclipse.preferences.version=1 21316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled 31316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 41316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull 51316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault 61316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 71316d43eSThomas Wolforg.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 81316d43eSThomas Wolforg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 91316d43eSThomas Wolforg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 101316d43eSThomas Wolforg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 111316d43eSThomas Wolforg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 121316d43eSThomas Wolforg.eclipse.jdt.core.compiler.compliance=1.8 131316d43eSThomas Wolforg.eclipse.jdt.core.compiler.debug.lineNumber=generate 141316d43eSThomas Wolforg.eclipse.jdt.core.compiler.debug.localVariable=generate 151316d43eSThomas Wolforg.eclipse.jdt.core.compiler.debug.sourceFile=generate 161316d43eSThomas Wolforg.eclipse.jdt.core.compiler.doc.comment.support=enabled 171316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 181316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 191316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.autoboxing=warning 201316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 211316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.deadCode=error 221316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecation=warning 231316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 241316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 251316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 261316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 271316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 281316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 291316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 301316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 311316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 321316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 331316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 341316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 351316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 361316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 371316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 381316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 391316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 401316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 411316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 421316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 431316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 441316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 451316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 461316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 471316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 481316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 491316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 501316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 511316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 521316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 531316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 541316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 551316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTags=error 561316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 571316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 581316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 591316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 601316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 611316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 621316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 631316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 641316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 651316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore 661316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 671316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 681316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nullReference=error 691316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 701316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning 711316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 721316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 731316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 741316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.potentialNullReference=warning 751316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 761316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 771316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 781316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 791316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 801316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 811316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 821316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 831316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 841316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 851316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 861316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 871316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 881316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 891316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 901316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 911316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 921316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 931316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 941316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore 95*98cdca9bSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 961316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 971316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 981316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=error 991316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 1001316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 1011316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 1021316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 1031316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedImport=error 1041316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedLabel=error 1051316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedLocal=error 1061316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 1071316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 1081316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 1091316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 1101316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 1111316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 1121316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 1131316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 1141316d43eSThomas Wolforg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 1151316d43eSThomas Wolforg.eclipse.jdt.core.compiler.source=1.8 1161316d43eSThomas Wolforg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 1171316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 1181316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 1191316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 1201316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 1211316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 1221316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 1231316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_assignment=0 1241316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 1251316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 1261316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 1271316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 1281316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 1291316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 1301316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 1311316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 1321316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 1331316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 1341316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 1351316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 1361316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 1371316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 1381316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 1391316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 1401316d43eSThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 1411316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 1421316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_after_package=1 1431316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_field=1 1441316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 1451316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 1461316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 1471316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_method=1 1481316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 1491316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_package=0 1501316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 1511316d43eSThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 1521316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 1531316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 1541316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 1551316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 1561316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 1571316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 1581316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 1591316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 1601316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 1611316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 1621316d43eSThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 1631316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 1641316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 1651316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 1661316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_block_comments=true 1671316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_comments=true 1681316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_header=false 1691316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_html=true 1701316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 1711316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_line_comments=true 1721316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.format_source_code=true 1731316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 1741316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 1751316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 1761316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 1771316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.line_length=80 1781316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 1791316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 1801316d43eSThomas Wolforg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 1811316d43eSThomas Wolforg.eclipse.jdt.core.formatter.compact_else_if=true 1821316d43eSThomas Wolforg.eclipse.jdt.core.formatter.continuation_indentation=2 1831316d43eSThomas Wolforg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 1841316d43eSThomas Wolforg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 1851316d43eSThomas Wolforg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 1861316d43eSThomas Wolforg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 1871316d43eSThomas Wolforg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 1881316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 1891316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 1901316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 1911316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 1921316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 1931316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_empty_lines=false 1941316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 1951316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 1961316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 1971316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 1981316d43eSThomas Wolforg.eclipse.jdt.core.formatter.indentation.size=4 1991316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 2001316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 2011316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 2021316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 2031316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 2041316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 2051316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 2061316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 2071316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 2081316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 2091316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 2101316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 2111316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 2121316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 2131316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 2141316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 2151316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 2161316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 2171316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 2181316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 2191316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 2201316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 2211316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 2221316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 2231316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 2241316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 2251316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 2261316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 2271316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 2281316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 2291316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 2301316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 2311316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 2321316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 2331316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 2341316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 2351316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 2361316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 2371316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 2381316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 2391316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 2401316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 2411316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 2421316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 2431316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 2441316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 2451316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 2461316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 2471316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 2481316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 2491316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 2501316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 2511316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 2521316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 2531316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 2541316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 2551316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 2561316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 2571316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 2581316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 2591316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 2601316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 2611316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 2621316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 2631316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 2641316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 2651316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 2661316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 2671316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 2681316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 2691316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 2701316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 2711316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 2721316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 2731316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 2741316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 2751316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 2761316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 2771316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 2781316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 2791316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 2801316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 2811316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 2821316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 2831316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 2841316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 2851316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 2861316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 2871316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 2881316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 2891316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 2901316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 2911316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 2921316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 2931316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 2941316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 2951316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 2961316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 2971316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 2981316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 2991316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 3001316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 3011316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 3021316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 3031316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 3041316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 3051316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 3061316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 3071316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 3081316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 3091316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 3101316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 3111316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 3121316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 3131316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 3141316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 3151316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 3161316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 3171316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 3181316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 3191316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 3201316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 3211316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 3221316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 3231316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 3241316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 3251316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 3261316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 3271316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 3281316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 3291316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 3301316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 3311316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 3321316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 3331316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 3341316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 3351316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 3361316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 3371316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 3381316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 3391316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 3401316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 3411316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 3421316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 3431316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 3441316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 3451316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 3461316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 3471316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 3481316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 3491316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 3501316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 3511316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 3521316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 3531316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 3541316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 3551316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 3561316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 3571316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 3581316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 3591316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 3601316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 3611316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 3621316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 3631316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 3641316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 3651316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 3661316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 3671316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 3681316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 3691316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 3701316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 3711316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 3721316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 3731316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 3741316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 3751316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 3761316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 3771316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 3781316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 3791316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 3801316d43eSThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 3811316d43eSThomas Wolforg.eclipse.jdt.core.formatter.join_lines_in_comments=true 3821316d43eSThomas Wolforg.eclipse.jdt.core.formatter.join_wrapped_lines=true 3831316d43eSThomas Wolforg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 3841316d43eSThomas Wolforg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 3851316d43eSThomas Wolforg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 3861316d43eSThomas Wolforg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 3871316d43eSThomas Wolforg.eclipse.jdt.core.formatter.lineSplit=80 3881316d43eSThomas Wolforg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 3891316d43eSThomas Wolforg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 3901316d43eSThomas Wolforg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 3911316d43eSThomas Wolforg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 3921316d43eSThomas Wolforg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 3931316d43eSThomas Wolforg.eclipse.jdt.core.formatter.tabulation.char=tab 3941316d43eSThomas Wolforg.eclipse.jdt.core.formatter.tabulation.size=4 3951316d43eSThomas Wolforg.eclipse.jdt.core.formatter.use_on_off_tags=true 3961316d43eSThomas Wolforg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 3971316d43eSThomas Wolforg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 3981316d43eSThomas Wolforg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 3991316d43eSThomas Wolforg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400