156276d05SJonathan Niedereclipse.preferences.version=1 2847b3d12SAndrey Loskutovorg.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=enabled 356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore 4ca3ea183STerry Parkerorg.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jgit.annotations.NonNull 5ca3ea183STerry Parkerorg.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jgit.annotations.NonNullByDefault 6ca3ea183STerry Parkerorg.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jgit.annotations.Nullable 7847b3d12SAndrey Loskutovorg.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled 856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 98032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 10ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 1156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 12ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.compliance=1.8 1356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.debug.lineNumber=generate 1456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.debug.localVariable=generate 1556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.debug.sourceFile=generate 1656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.doc.comment.support=enabled 1756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 1856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.assertIdentifier=error 1956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.autoboxing=warning 2056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.comparingIdentical=error 2156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.deadCode=error 2256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.deprecation=warning 2356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled 2456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled 2556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.discouragedReference=warning 2656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.emptyStatement=warning 2756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.enumIdentifier=error 28a573dfc6SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning 2956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.fallthroughCase=warning 3056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled 3156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.fieldHiding=warning 3256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.finalParameterBound=warning 3356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=error 3456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.forbiddenReference=error 3556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=error 3656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled 3756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning 3856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning 3956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.indirectStaticAccess=error 4056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.invalidJavadoc=error 4156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 4256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 4356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 4456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 4556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.localVariableHiding=warning 4656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.methodWithConstructorName=error 4756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore 4856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore 4956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled 5056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=error 5156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocComments=error 5256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 5356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=protected 5456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag 5556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocTags=error 5656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled 5756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled 5856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 597ac182f4SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 6056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 6156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning 6256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore 6356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.noEffectAssignment=error 6456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=error 6556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=warning 668032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning 6756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error 6856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.nullReference=error 6956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.nullSpecViolation=error 70847b3d12SAndrey Loskutovorg.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=ignore 7156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning 7201ebfa6cSRobin Stockerorg.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore 7356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=error 74847b3d12SAndrey Loskutovorg.eclipse.jdt.core.compiler.problem.potentialNullReference=error 7556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore 7656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore 7756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning 7856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 793b444863SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning 8056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error 8156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 82a03bdcbbSRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore 8356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled 8456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error 8556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled 8656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled 878032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled 8856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore 8956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning 9056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled 9156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning 9256276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning 9356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning 947ebd434eSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unhandledWarningToken=ignore 95*98cdca9bSDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 9656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=error 9756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 9856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 9956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled 10056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled 10156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled 1024528d5f5SDavid Pursehouseorg.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore 10356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedImport=error 10456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedLabel=error 10556276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedLocal=error 10656276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning 10756276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedParameter=warning 10856276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled 10956276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled 11056276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled 11156276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedPrivateMember=error 1128032b649SRobin Rosenbergorg.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore 11356276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 11456276d05SJonathan Niederorg.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=error 115ab79ce91SMatthias Sohnorg.eclipse.jdt.core.compiler.source=1.8 11656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.align_type_members_on_columns=false 11756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 11856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 11956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 12056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 12156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 12256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 12356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_assignment=0 12456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 12556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_compact_if=16 12656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 12756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 12856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 12956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 13056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 13156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 13256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 13356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 13456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 13556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 13656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 13756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 13856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 13956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 14056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 14156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_after_imports=1 14256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_after_package=1 14356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_field=1 14456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 14556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_imports=1 14656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 14756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_method=1 14856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 14956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_before_package=0 15056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 15156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 15256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line 15356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line 15456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line 15556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line 15656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line 15756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line 15856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line 15956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line 16056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line 16156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line 16256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line 16356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.clear_blank_lines=false 16456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false 16556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false 16656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_block_comments=true 16756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_comments=true 16856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_header=false 16956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_html=true 17056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 17156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_line_comments=true 17256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.format_source_code=true 17356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 17456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.indent_root_tags=true 17556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert 17656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert 17756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.line_length=80 17856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 17956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 18056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 18156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.compact_else_if=true 18256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.continuation_indentation=2 18356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 18456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 18556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on 18656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false 18756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true 18856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true 18956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true 19056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true 19156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true 19256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true 19356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_empty_lines=false 19456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true 19556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true 19656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true 19756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 19856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.indentation.size=4 19956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert 20056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 20156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 20256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 20356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 20456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 20556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=insert 20656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 20756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 20856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert 20956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert 21056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert 21156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert 21256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert 21356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert 21456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert 21556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert 21656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert 21756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert 21856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert 21956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert 22056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert 22156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert 22256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert 22356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert 22456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert 22556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert 22656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert 22756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert 22856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert 22956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert 23056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert 23156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert 23256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert 23356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert 23456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert 23556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert 23656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert 23756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert 23856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert 23956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert 24056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert 24156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert 24256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert 24356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert 24456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert 24556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert 24656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert 24756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert 24856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert 24956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert 25056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert 25156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert 25256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert 25356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert 25456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert 25556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert 25656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert 25756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert 25856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert 25956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert 26056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert 26156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert 26256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert 26356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert 26456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert 26556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert 26656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert 26756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert 26856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert 26956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert 27056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert 27156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert 27256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 27356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 27456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 27556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 27656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert 27756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert 27856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert 27956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 28056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 28156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 28256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 28356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert 28456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert 28556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert 28656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert 28756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert 28856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert 28956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert 29056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert 29156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert 29256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert 29356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert 29456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert 29556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert 29656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert 29756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert 29856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert 29956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert 30056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert 30156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert 30256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert 30356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 30456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 30556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 30656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 30756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert 30856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert 30956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert 31056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert 31156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert 31256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert 31356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert 31456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert 31556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert 31656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert 31756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert 31856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert 31956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert 32056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert 32156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert 32256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert 32356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert 32456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert 32556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert 32656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert 32756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert 32856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert 32956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert 33056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert 33156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert 33256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert 33356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert 33456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert 33556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert 33656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert 33756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert 33856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert 33956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert 34056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert 34156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert 34256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert 34356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert 34456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert 34556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert 34656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert 34756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert 34856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert 34956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert 35056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert 35156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert 35256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert 35356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert 35456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert 35556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert 35656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert 35756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert 35856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert 35956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 36056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 36156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 36256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 36356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert 36456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert 36556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert 36656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert 36756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert 36856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert 36956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 37056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 37156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 37256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 37356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert 37456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert 37556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert 37656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert 37756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert 37856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert 37956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert 38056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert 38156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.join_lines_in_comments=true 38256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.join_wrapped_lines=true 38356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false 38456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false 38556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 38656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 38756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.lineSplit=80 38856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 38956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false 39056276d05SJonathan Niederorg.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 39156276d05SJonathan Niederorg.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 39256276d05SJonathan Niederorg.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true 39356276d05SJonathan Niederorg.eclipse.jdt.core.formatter.tabulation.char=tab 39456276d05SJonathan Niederorg.eclipse.jdt.core.formatter.tabulation.size=4 39556276d05SJonathan Niederorg.eclipse.jdt.core.formatter.use_on_off_tags=true 39656276d05SJonathan Niederorg.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 39756276d05SJonathan Niederorg.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 39856276d05SJonathan Niederorg.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 39956276d05SJonathan Niederorg.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true 400