FORMATTER / Option for alignment of arguments in allocation expression
- option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of arguments in explicit constructor call
- option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of arguments in method invocation
- option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of arguments in qualified allocation expression
- option id: "org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of compact if
- option id: "org.eclipse.jdt.core.formatter.alignment_for_compact_if"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_BY_ONE)
FORMATTER / Option for alignment of expressions in array initializer
- option id: "org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of parameters in constructor declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of parameters in method declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of selector in method invocation
- option id: "org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of superclass in type declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT)
FORMATTER / Option for alignment of superinterfaces in type declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT)
FORMATTER / Option for alignment of throws clause in constructor declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option for alignment of throws clause in method declaration
- option id: "org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option to align type members of a type declaration on column
- option id: "org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
FORMATTER / Option to add blank lines after the imports declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_after_imports"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines after the package declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_after_package"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines at the beginning of the method body
- option id: "org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before a field declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_field"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before the first class body declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before the imports declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_imports"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before a member type declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_member_type"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before a method declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_method"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before a new chunk
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines before the package declaration
- option id: "org.eclipse.jdt.core.formatter.blank_lines_before_package"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to add blank lines between type declarations
- option id: "org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to position the braces of a anonymous type declaration
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of an array initializer
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_array_initializer"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a block
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_block"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a block in a case statement when the block is the first statement following
the case
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_block_in_case"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a method declaration
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_method_declaration"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a switch statement
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_switch"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to position the braces of a type declaration
- option id: "org.eclipse.jdt.core.formatter.brace_position_for_type_declaration"
- possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP }
- default: END_OF_LINE
FORMATTER / Option to set the continuation indentation
- option id: "org.eclipse.jdt.core.formatter.continuation_indentation"
- possible values: "<n>", where n is zero or a positive integer
- default: "2"
FORMATTER / Option to set the continuation indentation inside array initializer
- option id: "org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer"
- possible values: "<n>", where n is zero or a positive integer
- default: "2"
FORMATTER / Option to indent body declarations compare to its enclosing type header
- option id: "org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header"
- possible values: { TRUE, FALSE }
- default: TRUE
FORMATTER / Option to indent statements inside the body of a method or a constructor
- option id: "org.eclipse.jdt.core.formatter.indent_statements_compare_to_body"
- possible values: { TRUE, FALSE }
- default: TRUE
FORMATTER / Option to insert a new line after the opening brace in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line before the catch keyword in try statement
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line before the closing brace in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line before the else keyword in if statement
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line before the finally keyword in try statement
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line before while in do statement
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a new line in an empty anonymous type declaration
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a new line in an empty block
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a new line in an empty method body
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a new line in an empty type declaration
- option id: "org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after an assignment operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after a binary operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_binary_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the closing brace of a block
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the colon in an assert statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after colon in a case statement when a opening brace follows the colon
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the colon in a conditional expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the colon in a labeled statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in an allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the increments of a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the initializations of a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in multiple field declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in multiple local declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after the opening brace in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening bracket inside an array reference
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a catch
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in an if statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after the opening parenthesis in a while statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after a postfix operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after a prefix operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after question mark in a conditional expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space after semicolon in a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space after an unary operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_after_unary_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before an assignment operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before an binary operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_binary_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing brace in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing bracket in an array reference
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a catch
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in an if statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the closing parenthesis in a while statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before colon in an assert statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before colon in a case statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before colon in a conditional expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before colon in a default statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before colon in a labeled statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before comma in an allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the increments of a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the initializations of a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the parameters of a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the arguments of a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in a multiple field declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in a multiple local declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening brace in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening brace in a block
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening brace in a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening brace in a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening brace in a switch statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening brace in a type declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening bracket in an array reference
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening bracket in an array type reference
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a catch
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening parenthesis in an if statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before the opening parenthesis in a while statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before a postfix operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before a prefix operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before question mark in a conditional expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional"
- possible values: { INSERT, DO_NOT_INSERT }
- default: INSERT
FORMATTER / Option to insert a space before semicolon
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_semicolon"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before semicolon in for statement
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space before unary operator
- option id: "org.eclipse.jdt.core.formatter.insert_space_before_unary_operator"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between brackets in an array type reference
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between empty braces in an array initializer
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between empty brackets in an array allocation expression
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between empty parenthesis in a method declaration
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to insert a space between empty parenthesis in a method invocation
- option id: "org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation"
- possible values: { INSERT, DO_NOT_INSERT }
- default: DO_NOT_INSERT
FORMATTER / Option to keep else statement on the same line
- option id: "org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to keep empty array initializer one one line
- option id: "org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to keep guardian clause on one line
- option id: "org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to keep simple if statement on the one line
- option id: "org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to keep then statement on the same line
- option id: "org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to specify the number of empty lines to preserve
- option id: "org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"
- possible values: "<n>", where n is zero or a positive integer
- default: "0"
FORMATTER / Option to specify whether or not empty statement should be on a new line
- option id: "org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line"
- possible values: { TRUE, FALSE }
- default: FALSE
FORMATTER / Option to specify the tabulation size
- option id: "org.eclipse.jdt.core.formatter.tabulation.size"
- possible values: "<n>", where n is zero or a positive integer
- default: "4"
Change flag indicating that this is a fine-grained delta, that is, an analysis down
to the members level was done to determine if there were structural changes to
members.
Change flag indicating that the source attachment path or the source attachment root path of a classpath entry
corresponding to the element was removed.
Deprecated. Finds the primary type of this compilation unit (that is, the type with the same name as the
compilation unit), or null if no such a type exists.
Deprecated.Use findFreePort() instead. It is possible that this
method can return a port that is already in use since the implementation does
not bind to the given port to ensure that it is free.