1488d9557SThomas Wolfeclipse.preferences.version=1 2488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled 3488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 4488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jgit.annotations.NonNull 5488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jgit.annotations.NonNullByDefault 6488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jgit.annotations.Nullable 7488d9557SThomas Wolforg.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled 8488d9557SThomas Wolforg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9488d9557SThomas Wolforg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 10488d9557SThomas Wolforg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 11488d9557SThomas Wolforg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 12488d9557SThomas Wolforg.eclipse.jdt.core.compiler.compliance=1.8 13488d9557SThomas Wolforg.eclipse.jdt.core.compiler.debug.lineNumber=generate 14488d9557SThomas Wolforg.eclipse.jdt.core.compiler.debug.localVariable=generate 15488d9557SThomas Wolforg.eclipse.jdt.core.compiler.debug.sourceFile=generate 16488d9557SThomas Wolforg.eclipse.jdt.core.compiler.doc.comment.support=enabled 17488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 18488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 19488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.autoboxing=warning 20488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 21488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.deadCode=error 22488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecation=warning 23488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 24488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 25488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 26488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 27488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 28488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 29488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 30488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 31488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 32488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 33488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 34488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 35488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 36488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 37488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 38488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 39488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 40488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 41488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 42488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 43488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 44488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 45488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 46488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 47488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 48488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 49488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 50488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 51488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocComments=error 52488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 53488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 54488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 55488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTags=error 56488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 57488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 58488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 59488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 60488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 61488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 62488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 63488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 64488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 65488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning 66488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 67488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 68488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nullReference=error 69488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 70488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore 71488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 72488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 73488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 74488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.potentialNullReference=error 75488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 76488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 77488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 78488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 79488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 80488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 81488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 82488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 83488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 84488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 85488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 86488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 87488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 88488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 89488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 90488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 91488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 92488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 93488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 94488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 95*98cdca9bSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 96488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 97488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 98488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 99488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 100488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 101488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 102488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 103488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedImport=error 104488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedLabel=error 105488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedLocal=error 106488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 107488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 108488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 109488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 110488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 111488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 112488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 113488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 114488d9557SThomas Wolforg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 115488d9557SThomas Wolforg.eclipse.jdt.core.compiler.source=1.8 116488d9557SThomas Wolforg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 117488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 118488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 119488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 120488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 121488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 122488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 123488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_assignment=0 124488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 125488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 126488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 127488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 128488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 129488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 130488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 131488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 132488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 133488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 134488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 135488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 136488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 137488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 138488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 139488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 140488d9557SThomas Wolforg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 141488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 142488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_after_package=1 143488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_field=1 144488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 145488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 146488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 147488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_method=1 148488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 149488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_before_package=0 150488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 151488d9557SThomas Wolforg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 152488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 153488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 154488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 155488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 156488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 157488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 158488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 159488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 160488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 161488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 162488d9557SThomas Wolforg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 163488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 164488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 165488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 166488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_block_comments=true 167488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_comments=true 168488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_header=false 169488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_html=true 170488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 171488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_line_comments=true 172488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.format_source_code=true 173488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 174488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 175488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 176488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 177488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.line_length=80 178488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 179488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 180488d9557SThomas Wolforg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 181488d9557SThomas Wolforg.eclipse.jdt.core.formatter.compact_else_if=true 182488d9557SThomas Wolforg.eclipse.jdt.core.formatter.continuation_indentation=2 183488d9557SThomas Wolforg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 184488d9557SThomas Wolforg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 185488d9557SThomas Wolforg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 186488d9557SThomas Wolforg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 187488d9557SThomas Wolforg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 188488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 189488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 190488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 191488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 192488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 193488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_empty_lines=false 194488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 195488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 196488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 197488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 198488d9557SThomas Wolforg.eclipse.jdt.core.formatter.indentation.size=4 199488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 200488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 201488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 202488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 203488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 204488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 205488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 206488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 207488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 208488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 209488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 210488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 211488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 212488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 213488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 214488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 215488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 216488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 217488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 218488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 219488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 220488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 221488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 222488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 223488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 224488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 225488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 226488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 227488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 228488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 229488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 230488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 231488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 232488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 233488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 234488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 235488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 236488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 237488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 238488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 239488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 240488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 241488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 242488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 243488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 244488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 245488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 246488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 247488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 248488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 249488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 250488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 251488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 252488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 253488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 254488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 255488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 256488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 257488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 258488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 259488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 260488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 261488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 262488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 263488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 264488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 265488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 266488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 267488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 268488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 269488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 270488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 271488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 272488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 273488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 274488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 275488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 276488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 277488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 278488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 279488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 280488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 281488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 282488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 283488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 284488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 285488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 286488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 287488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 288488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 289488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 290488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 291488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 292488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 293488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 294488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 295488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 296488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 297488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 298488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 299488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 300488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 301488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 302488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 303488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 304488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 305488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 306488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 307488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 308488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 309488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 310488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 311488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 312488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 313488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 314488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 315488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 316488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 317488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 318488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 319488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 320488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 321488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 322488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 323488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 324488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 325488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 326488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 327488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 328488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 329488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 330488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 331488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 332488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 333488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 334488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 335488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 336488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 337488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 338488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 339488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 340488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 341488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 342488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 343488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 344488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 345488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 346488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 347488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 348488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 349488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 350488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 351488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 352488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 353488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 354488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 355488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 356488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 357488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 358488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 359488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 360488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 361488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 362488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 363488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 364488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 365488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 366488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 367488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 368488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 369488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 370488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 371488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 372488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 373488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 374488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 375488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 376488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 377488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 378488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 379488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 380488d9557SThomas Wolforg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 381488d9557SThomas Wolforg.eclipse.jdt.core.formatter.join_lines_in_comments=true 382488d9557SThomas Wolforg.eclipse.jdt.core.formatter.join_wrapped_lines=true 383488d9557SThomas Wolforg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 384488d9557SThomas Wolforg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 385488d9557SThomas Wolforg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 386488d9557SThomas Wolforg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 387488d9557SThomas Wolforg.eclipse.jdt.core.formatter.lineSplit=80 388488d9557SThomas Wolforg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 389488d9557SThomas Wolforg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 390488d9557SThomas Wolforg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 391488d9557SThomas Wolforg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 392488d9557SThomas Wolforg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 393488d9557SThomas Wolforg.eclipse.jdt.core.formatter.tabulation.char=tab 394488d9557SThomas Wolforg.eclipse.jdt.core.formatter.tabulation.size=4 395488d9557SThomas Wolforg.eclipse.jdt.core.formatter.use_on_off_tags=true 396488d9557SThomas Wolforg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 397488d9557SThomas Wolforg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 398488d9557SThomas Wolforg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 399488d9557SThomas Wolforg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400