|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
public class DefaultCodeFormatterConstants
Constants used to set up the options of the code formatter.
Field Summary | |
---|---|
static java.lang.String |
END_OF_LINE
FORMATTER / Value to set a brace location at the end of a line. |
static java.lang.String |
FALSE
FORMATTER / Value to set an option to false. |
static java.lang.String |
FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS
FORMATTER / Option to align type members of a type declaration on column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.align_type_members_on_columns" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION
FORMATTER / Option for alignment of arguments in allocation expression - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ANNOTATION
FORMATTER / Option for alignment of arguments in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ENUM_CONSTANT
FORMATTER / Option for alignment of arguments in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_EXPLICIT_CONSTRUCTOR_CALL
FORMATTER / Option for alignment of arguments in explicit constructor call - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_METHOD_INVOCATION
FORMATTER / Option for alignment of arguments in method invocation - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_QUALIFIED_ALLOCATION_EXPRESSION
FORMATTER / Option for alignment of arguments in qualified allocation expression - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ASSIGNMENT
FORMATTER / Option for alignment of assignment - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_assignment" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION
FORMATTER / Option for alignment of binary expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_binary_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_COMPACT_IF
FORMATTER / Option for alignment of compact if - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_CONDITIONAL_EXPRESSION
FORMATTER / Option for alignment of conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_ENUM_CONSTANTS
FORMATTER / Option for alignment of enum constants - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_enum_constants" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_EXPRESSIONS_IN_ARRAY_INITIALIZER
FORMATTER / Option for alignment of expressions in array initializer - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_METHOD_DECLARATION
FORMATTER / Option for alignment of method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_method_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_MULTIPLE_FIELDS
FORMATTER / Option for alignment of multiple fields - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option for alignment of parameters in constructor declaration - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_METHOD_DECLARATION
FORMATTER / Option for alignment of parameters in method declaration - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_RESOURCES_IN_TRY
FORMATTER / Option for alignment of resources in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_NEXT_PER_LINE, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION
FORMATTER / Option for alignment of selector in method invocation - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_SUPERCLASS_IN_TYPE_DECLARATION
FORMATTER / Option for alignment of superclass in type declaration - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_ENUM_DECLARATION
FORMATTER / Option for alignment of superinterfaces in enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_TYPE_DECLARATION
FORMATTER / Option for alignment of superinterfaces in type declaration - option id: "org.aspectj.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_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option for alignment of throws clause in constructor declaration - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION
FORMATTER / Option for alignment of throws clause in method declaration - option id: "org.aspectj.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) |
static java.lang.String |
FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH
FORMATTER / Option for alignment of exceptions declared in a Union Type in the argument of a multicatch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" - possible values: values returned by createAlignmentValue(boolean, int, int) call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
static java.lang.String |
FORMATTER_BLANK_LINES_AFTER_IMPORTS
FORMATTER / Option to add blank lines after the imports declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_after_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_AFTER_PACKAGE
FORMATTER / Option to add blank lines after the package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_after_package" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY
FORMATTER / Option to add blank lines at the beginning of the method body - option id: "org.aspectj.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" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_FIELD
FORMATTER / Option to add blank lines before a field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_field" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION
FORMATTER / Option to add blank lines before the first class body declaration - option id: "org.aspectj.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" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_IMPORTS
FORMATTER / Option to add blank lines before the imports declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE
FORMATTER / Option to add blank lines before a member type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_member_type" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_METHOD
FORMATTER / Option to add blank lines before a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_method" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK
FORMATTER / Option to add blank lines before a new chunk - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BEFORE_PACKAGE
FORMATTER / Option to add blank lines before the package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_package" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BLANK_LINES_BETWEEN_IMPORT_GROUPS
FORMATTER / Option to add blank lines between import groups - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" - possible values: "<n>", where n is zero or a positive integer - default: "1" |
static java.lang.String |
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS
FORMATTER / Option to add blank lines between type declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to position the braces of an annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to position the braces of an anonymous type declaration - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
FORMATTER / Option to position the braces of an array initializer - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_BLOCK
FORMATTER / Option to position the braces of a block - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE
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.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
FORMATTER / Option to position the braces of a constructor declaration - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT
FORMATTER / Option to position the braces of an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION
FORMATTER / Option to position the braces of an enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
FORMATTER / Option to position the braces of a lambda block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
FORMATTER / Option to position the braces of a method declaration - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_SWITCH
FORMATTER / Option to position the braces of a switch statement - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
FORMATTER / Option to position the braces of a type declaration - option id: "org.aspectj.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 |
static java.lang.String |
FORMATTER_COMMENT_CLEAR_BLANK_LINES
Deprecated. Use FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT and FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT |
static java.lang.String |
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT
FORMATTER / Option to control whether blank lines are cleared inside block comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
FORMATTER / Option to control whether blank lines are cleared inside javadoc comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT
Deprecated. Use multiple settings for each kind of comments. See FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT ,
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT and FORMATTER_COMMENT_FORMAT_LINE_COMMENT . |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT
FORMATTER / Option to control whether multiple lines comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_block_comments" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_HEADER
FORMATTER / Option to control whether the header comment of a Java source file is formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_header" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_HTML
FORMATTER / Option to control whether HTML tags are formatted. |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT
FORMATTER / Option to control whether javadoc comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_LINE_COMMENT
FORMATTER / Option to control whether single line comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_line_comments" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_LINE_COMMENT_STARTING_ON_FIRST_COLUMN
FORMATTER / Option to format line comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_FORMAT_SOURCE
FORMATTER / Option to control whether code snippets are formatted in comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_source_code" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION
FORMATTER / Option to control whether description of Javadoc parameters are indented - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.indent_parameter_description" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_INDENT_ROOT_TAGS
FORMATTER / Option to control whether Javadoc root tags are indented. |
static java.lang.String |
FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS
FORMATTER / Option to insert an empty line before the Javadoc root tag block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER
FORMATTER / Option to insert a new line after Javadoc root tag parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_COMMENT_LINE_LENGTH
FORMATTER / Option to specify the line length for comments. |
static java.lang.String |
FORMATTER_COMMENT_NEW_LINES_AT_BLOCK_BOUNDARIES
FORMATTER / Option to control whether block comments will have new lines at boundaries - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_NEW_LINES_AT_JAVADOC_BOUNDARIES
FORMATTER / Option to control whether javadoc comments will have new lines at boundaries - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_COMMENT_PRESERVE_WHITE_SPACE_BETWEEN_CODE_AND_LINE_COMMENT
FORMATTER / Option to control whether the white space between code and line comments should be preserved or replaced with a single space - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_COMPACT_ELSE_IF
FORMATTER / Option to compact else/if - option id: "org.aspectj.org.eclipse.jdt.core.formatter.compact_else_if" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_CONTINUATION_INDENTATION
FORMATTER / Option to set the continuation indentation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.continuation_indentation" - possible values: "<n>", where n is zero or a positive integer - default: "2" |
static java.lang.String |
FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER
FORMATTER / Option to set the continuation indentation inside array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "2" |
static java.lang.String |
FORMATTER_DISABLING_TAG
FORMATTER / Option to define the tag to put in a comment to disable the formatting. |
static java.lang.String |
FORMATTER_ENABLING_TAG
FORMATTER / Option to define the tag to put in a comment to re-enable the formatting after it has been disabled (see FORMATTER_DISABLING_TAG )
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.enabling_tag"
- possible values: String, with constraints mentioned below
- default: "@formatter:on" |
static java.lang.String |
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing annotation declaration header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing enum constant header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing enum declaration header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES
FORMATTER / Option to indent breaks compare to cases - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_EMPTY_LINES
FORMATTER / Option to indent empty lines - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_empty_lines" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK
FORMATTER / Option to indent statements inside a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY
FORMATTER / Option to indent statements inside the body of a method or a constructor - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES
FORMATTER / Option to indent switch statements compare to cases - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH
FORMATTER / Option to indent switch statements compare to switch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_INDENTATION_SIZE
FORMATTER / Option to specify the equivalent number of spaces that represents one indentation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indentation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4" |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION
Deprecated. All new options must be enabled to activate old strategy FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD
FORMATTER / Option to insert a new line after an annotation on a field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE
FORMATTER / Option to insert a new line after an annotation on a local variable - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER
Deprecated. All new options must be enabled to activate old strategy FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD
FORMATTER / Option to insert a new line after an annotation on a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE
FORMATTER / Option to insert a new line after an annotation on a package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER
FORMATTER / Option to insert a new line after an annotation on a parameter - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE
FORMATTER / Option to insert a new line after an annotation on a type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_LABEL
FORMATTER / Option to insert a new line after a label - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_label" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a new line after the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AFTER_TYPE_ANNOTATION
FORMATTER / Option to insert a new line after a type annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_AT_END_OF_FILE_IF_MISSING
FORMATTER / Option to insert a new line at the end of the current file if missing - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT
FORMATTER / Option to insert a new line before the catch keyword in try statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a new line before the closing brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT
FORMATTER / Option to insert a new line before the else keyword in if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT
FORMATTER / Option to insert a new line before the finally keyword in try statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT
FORMATTER / Option to insert a new line before while in do statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANNOTATION_DECLARATION
FORMATTER / Option to insert a new line in an empty annotation declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to insert a new line in an empty anonymous type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK
FORMATTER / Option to insert a new line in an empty block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_CONSTANT
FORMATTER / Option to insert a new line in an empty enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_DECLARATION
FORMATTER / Option to insert a new line in an empty enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY
FORMATTER / Option to insert a new line in an empty method body - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION
FORMATTER / Option to insert a new line in an empty type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_AND_IN_TYPE_PARAMETER
FORMATTER / Option to insert a space after and in wilcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR
FORMATTER / Option to insert a space after an assignment operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION
FORMATTER / Option to insert a space after at in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space after at in annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR
FORMATTER / Option to insert a space after a binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the closing angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the closing angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK
FORMATTER / Option to insert a space after the closing brace of a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_ASSERT
FORMATTER / Option to insert a space after the colon in an assert statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CASE
FORMATTER / Option to insert a space after colon in a case statement when a opening brace follows the colon - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CONDITIONAL
FORMATTER / Option to insert a space after the colon in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_FOR
FORMATTER / Option to insert a space after colon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT
FORMATTER / Option to insert a space after the colon in a labeled statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space after the comma in an allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ANNOTATION
FORMATTER / Option to insert a space after the comma in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space after the comma in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_DECLARATIONS
FORMATTER / Option to insert a space after the comma in enum declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INCREMENTS
FORMATTER / Option to insert a space after the comma in the increments of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INITS
FORMATTER / Option to insert a space after the comma in the initializations of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_THROWS
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
FORMATTER / Option to insert a space after the comma in multiple field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
FORMATTER / Option to insert a space after the comma in multiple local declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space after the comma in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the comma in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the comma in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_ELLIPSIS
FORMATTER / Option to insert a space after ellipsis - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_LAMBDA_ARROW
FORMATTER / Option to insert a space after the -> in lambda expressions - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space after the opening angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the opening angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the opening angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space after the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space after the opening bracket inside an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space after the opening parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CAST
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CATCH
FORMATTER / Option to insert a space after the opening parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space after the opening parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_FOR
FORMATTER / Option to insert a space after the opening parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_IF
FORMATTER / Option to insert a space after the opening parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_TRY
FORMATTER / Option to insert a space after the opening parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_WHILE
FORMATTER / Option to insert a space after the opening parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_POSTFIX_OPERATOR
FORMATTER / Option to insert a space after a postfix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_PREFIX_OPERATOR
FORMATTER / Option to insert a space after a prefix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_CONDITIONAL
FORMATTER / Option to insert a space after question mark in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_WILDCARD
FORMATTER / Option to insert a space after question mark in a wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_FOR
FORMATTER / Option to insert a space after semicolon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_TRY_RESOURCES
FORMATTER / Option to insert a space after semicolons following each resource declaration in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_AFTER_UNARY_OPERATOR
FORMATTER / Option to insert a space after an unary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_AND_IN_TYPE_PARAMETER
FORMATTER / Option to insert a space before and in wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR
FORMATTER / Option to insert a space before an assignment operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_AT_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space before at in annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR
FORMATTER / Option to insert a space before an binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before the closing angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before the closing angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before the closing angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before the closing brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space before the closing bracket in an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space before the closing parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CAST
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CATCH
FORMATTER / Option to insert a space before the closing parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the closing parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_FOR
FORMATTER / Option to insert a space before the closing parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_IF
FORMATTER / Option to insert a space before the closing parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_TRY
FORMATTER / Option to insert a space before the closing parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_WHILE
FORMATTER / Option to insert a space before the closing parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_ASSERT
FORMATTER / Option to insert a space before colon in an assert statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CASE
FORMATTER / Option to insert a space before colon in a case statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CONDITIONAL
FORMATTER / Option to insert a space before colon in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_DEFAULT
FORMATTER / Option to insert a space before colon in a default statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_FOR
FORMATTER / Option to insert a space before colon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT
FORMATTER / Option to insert a space before colon in a labeled statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before comma in an allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ANNOTATION
FORMATTER / Option to insert a space before comma in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before comma in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_DECLARATIONS
FORMATTER / Option to insert a space before comma in enum declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INCREMENTS
FORMATTER / Option to insert a space before comma in the increments of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INITS
FORMATTER / Option to insert a space before comma in the initializations of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space before comma in the parameters of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_THROWS
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
FORMATTER / Option to insert a space before comma in a multiple field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
FORMATTER / Option to insert a space before comma in a multiple local declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before comma in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_SUPERINTERFACES
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before comma in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before comma in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_ELLIPSIS
FORMATTER / Option to insert a space before ellipsis - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_LAMBDA_ARROW
FORMATTER / Option to insert a space before lambda -> - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before the opening angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before the opening angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before the opening angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK
FORMATTER / Option to insert a space before the opening brace in a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the opening brace in an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_SWITCH
FORMATTER / Option to insert a space before the opening brace in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space before the opening bracket in an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_TYPE_REFERENCE
FORMATTER / Option to insert a space before the opening bracket in an array type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space before the opening parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in annotation type member declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CATCH
FORMATTER / Option to insert a space before the opening parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the opening parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_FOR
FORMATTER / Option to insert a space before the opening parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_IF
FORMATTER / Option to insert a space before the opening parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_TRY
FORMATTER / Option to insert a space before the opening parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_WHILE
FORMATTER / Option to insert a space before the opening parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN
FORMATTER / Option to insert a space before parenthesized expression in return statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_THROW
FORMATTER / Option to insert a space before parenthesized expression in throw statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR
FORMATTER / Option to insert a space before a postfix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_PREFIX_OPERATOR
FORMATTER / Option to insert a space before a prefix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_CONDITIONAL
FORMATTER / Option to insert a space before question mark in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_WILDCARD
FORMATTER / Option to insert a space before question mark in a wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON
FORMATTER / Option to insert a space before semicolon - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_FOR
FORMATTER / Option to insert a space before semicolon in for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_TRY_RESOURCES
FORMATTER / Option to insert a space before semicolons following each resource declaration in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BEFORE_UNARY_OPERATOR
FORMATTER / Option to insert a space before unary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_BRACKETS_IN_ARRAY_TYPE_REFERENCE
FORMATTER / Option to insert a space between brackets in an array type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACES_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space between empty braces in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACKETS_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space between empty brackets in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in an annotation type member declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space between empty parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space between empty parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT |
static java.lang.String |
FORMATTER_JOIN_LINES_IN_COMMENTS
FORMATTER / Option to specify whether the formatter can join text lines in comments or not For example, the following comment: /** * The foo method. |
static java.lang.String |
FORMATTER_JOIN_WRAPPED_LINES
FORMATTER / Option to specify whether the formatter can join wrapped lines or not For example, the wrapped lines of method foo return statement in following test case: class X { String foo() { return "select x " + "from y " + "where z=a"; } } will be preserved by the formatter when the new preference is used even if the maximum line width would give it enough space to join the lines. |
static java.lang.String |
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE
FORMATTER / Option to keep else statement on the same line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE
FORMATTER / Option to keep empty array initializer one one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE
FORMATTER / Option to keep guardian clause on one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE
FORMATTER / Option to keep simple if statement on the one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE
FORMATTER / Option to keep then statement on the same line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_LINE_SPLIT
FORMATTER / Option to specify the length of the page. |
static java.lang.String |
FORMATTER_NEVER_INDENT_BLOCK_COMMENTS_ON_FIRST_COLUMN
FORMATTER / Option to indent block comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.never_indent_block_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_NEVER_INDENT_LINE_COMMENTS_ON_FIRST_COLUMN
FORMATTER / Option to indent line comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.never_indent_line_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE
FORMATTER / Option to specify the number of empty lines to preserve - option id: "org.aspectj.org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" - possible values: "<n>", where n is zero or a positive integer - default: "0" |
static java.lang.String |
FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE
FORMATTER / Option to specify whether or not empty statement should be on a new line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_TAB_CHAR
FORMATTER / Option to specify the tabulation size - option id: "org.aspectj.org.eclipse.jdt.core.formatter.tabulation.char" - possible values: { TAB, SPACE, MIXED } - default: TAB |
static java.lang.String |
FORMATTER_TAB_SIZE
FORMATTER / Option to specify the equivalent number of spaces that represents one tabulation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.tabulation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4" |
static java.lang.String |
FORMATTER_USE_ON_OFF_TAGS
FORMATTER / Option to use the disabling and enabling tags defined respectively by the FORMATTER_DISABLING_TAG and the FORMATTER_ENABLING_TAG options. |
static java.lang.String |
FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS
FORMATTER / Option to use tabulations for indentation and spaces for line wrapping - option id: "org.aspectj.org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" - possible values: { TRUE, FALSE } - default: FALSE |
static java.lang.String |
FORMATTER_WRAP_BEFORE_BINARY_OPERATOR
FORMATTER / Option to wrap before the binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_before_binary_operator" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_WRAP_BEFORE_OR_OPERATOR_MULTICATCH
FORMATTER / Option to wrap before the '|' operator in multi-catch statements - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" - possible values: { TRUE, FALSE } - default: TRUE |
static java.lang.String |
FORMATTER_WRAP_OUTER_EXPRESSIONS_WHEN_NESTED
FORMATTER / Option to wrap outer expressions in nested expressions - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" - possible values: { TRUE, FALSE } - default: TRUE |
static int |
INDENT_BY_ONE
FORMATTER / The wrapping is done by indenting by one compare to the current indentation. |
static int |
INDENT_DEFAULT
FORMATTER / The wrapping is done by using the current indentation. |
static int |
INDENT_ON_COLUMN
FORMATTER / The wrapping is done by indenting on column under the splitting location. |
static java.lang.String |
MIXED
FORMATTER / Possible value for the option FORMATTER_TAB_CHAR |
static java.lang.String |
NEXT_LINE
FORMATTER / Value to set a brace location at the start of the next line with the right indentation. |
static java.lang.String |
NEXT_LINE_ON_WRAP
FORMATTER / Value to set a brace location at the start of the next line if a wrapping occured. |
static java.lang.String |
NEXT_LINE_SHIFTED
FORMATTER / Value to set a brace location at the start of the next line with an extra indentation. |
static java.lang.String |
TRUE
FORMATTER / Value to set an option to true. |
static int |
WRAP_COMPACT
FORMATTER / The wrapping is done using as few lines as possible. |
static int |
WRAP_COMPACT_FIRST_BREAK
FORMATTER / The wrapping is done putting the first element on a new line and then wrapping next elements using as few lines as possible. |
static int |
WRAP_NEXT_PER_LINE
FORMATTER / The wrapping is done by putting each element on its own line except the first element. |
static int |
WRAP_NEXT_SHIFTED
FORMATTER / The wrapping is done by putting each element on its own line. |
static int |
WRAP_NO_SPLIT
FORMATTER / Value to disable alignment. |
static int |
WRAP_ONE_PER_LINE
FORMATTER / The wrapping is done by putting each element on its own line. |
Constructor Summary | |
---|---|
DefaultCodeFormatterConstants()
|
Method Summary | |
---|---|
static java.lang.String |
createAlignmentValue(boolean forceSplit,
int wrapStyle,
int indentStyle)
Create a new alignment value according to the given values. |
static java.util.Map |
getEclipse21Settings()
Returns the formatter settings that most closely approximate the default formatter settings of Eclipse version 2.1. |
static java.util.Map |
getEclipseDefaultSettings()
Returns the default Eclipse formatter settings |
static boolean |
getForceWrapping(java.lang.String value)
Return the force value of the given alignment value. |
static int |
getIndentStyle(java.lang.String value)
Return the indentation style of the given alignment value. |
static java.util.Map |
getJavaConventionsSettings()
Returns the settings according to the Java conventions. |
static int |
getWrappingStyle(java.lang.String value)
Return the wrapping style of the given alignment value. |
static java.lang.String |
setForceWrapping(java.lang.String value,
boolean force)
Set the force value of the given alignment value and return the new value. |
static java.lang.String |
setIndentStyle(java.lang.String value,
int indentStyle)
Set the indentation style of the given alignment value and return the new value. |
static java.lang.String |
setWrappingStyle(java.lang.String value,
int wrappingStyle)
Set the wrapping style of the given alignment value and return the new value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String END_OF_LINE
FORMATTER / Value to set a brace location at the end of a line.
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
,
FORMATTER_BRACE_POSITION_FOR_BLOCK
,
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_SWITCH
,
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
,
Constant Field Valuespublic static final java.lang.String FALSE
FORMATTER / Value to set an option to false.
public static final java.lang.String FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS
FORMATTER / Option to align type members of a type declaration on column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.align_type_members_on_columns" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION
FORMATTER / Option for alignment of arguments in allocation expression
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ENUM_CONSTANT
FORMATTER / Option for alignment of arguments in enum constant
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ANNOTATION
FORMATTER / Option for alignment of arguments in annotation
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_EXPLICIT_CONSTRUCTOR_CALL
FORMATTER / Option for alignment of arguments in explicit constructor call
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_METHOD_INVOCATION
FORMATTER / Option for alignment of arguments in method invocation
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_QUALIFIED_ALLOCATION_EXPRESSION
FORMATTER / Option for alignment of arguments in qualified allocation expression
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ASSIGNMENT
FORMATTER / Option for alignment of assignment
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_assignment"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION
FORMATTER / Option for alignment of binary expression
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_binary_expression"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_COMPACT_IF
FORMATTER / Option for alignment of compact if
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_CONDITIONAL_EXPRESSION
FORMATTER / Option for alignment of conditional expression
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_conditional_expression"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_ENUM_CONSTANTS
FORMATTER / Option for alignment of enum constants
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_enum_constants"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_EXPRESSIONS_IN_ARRAY_INITIALIZER
FORMATTER / Option for alignment of expressions in array initializer
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_METHOD_DECLARATION
FORMATTER / Option for alignment of method declaration
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_method_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_MULTIPLE_FIELDS
FORMATTER / Option for alignment of multiple fields
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_multiple_fields"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option for alignment of parameters in constructor declaration
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_METHOD_DECLARATION
FORMATTER / Option for alignment of parameters in method declaration
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_RESOURCES_IN_TRY
FORMATTER / Option for alignment of resources in a try with resources statement
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_resources_in_try"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_NEXT_PER_LINE, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION
FORMATTER / Option for alignment of selector in method invocation
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_SUPERCLASS_IN_TYPE_DECLARATION
FORMATTER / Option for alignment of superclass in type declaration
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_ENUM_DECLARATION
FORMATTER / Option for alignment of superinterfaces in enum declaration
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_TYPE_DECLARATION
FORMATTER / Option for alignment of superinterfaces in type declaration
- option id: "org.aspectj.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_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option for alignment of throws clause in constructor declaration
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION
FORMATTER / Option for alignment of throws clause in method declaration
- option id: "org.aspectj.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)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH
FORMATTER / Option for alignment of exceptions declared in a Union Type in the argument of a multicatch statement
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch"
- possible values: values returned by createAlignmentValue(boolean, int, int)
call
- default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
createAlignmentValue(boolean, int, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BLANK_LINES_AFTER_IMPORTS
FORMATTER / Option to add blank lines after the imports declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_after_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_AFTER_PACKAGE
FORMATTER / Option to add blank lines after the package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_after_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY
FORMATTER / Option to add blank lines at the beginning of the method body - option id: "org.aspectj.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"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_FIELD
FORMATTER / Option to add blank lines before a field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_field" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION
FORMATTER / Option to add blank lines before the first class body declaration - option id: "org.aspectj.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"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_IMPORTS
FORMATTER / Option to add blank lines before the imports declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_imports" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE
FORMATTER / Option to add blank lines before a member type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_member_type" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_METHOD
FORMATTER / Option to add blank lines before a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_method" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK
FORMATTER / Option to add blank lines before a new chunk - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BEFORE_PACKAGE
FORMATTER / Option to add blank lines before the package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_before_package" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BLANK_LINES_BETWEEN_IMPORT_GROUPS
FORMATTER / Option to add blank lines between import groups - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" - possible values: "<n>", where n is zero or a positive integer - default: "1"Note: Import groups are defined once "Organize Import" operation has been executed. The code formatter itself doesn't define the import groups.
public static final java.lang.String FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS
FORMATTER / Option to add blank lines between type declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to position the braces of an annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to position the braces of an anonymous type declaration - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
FORMATTER / Option to position the braces of an array initializer - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_BLOCK
FORMATTER / Option to position the braces of a block - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE
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.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
FORMATTER / Option to position the braces of a constructor declaration - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT
FORMATTER / Option to position the braces of an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION
FORMATTER / Option to position the braces of an enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
FORMATTER / Option to position the braces of a method declaration - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_SWITCH
FORMATTER / Option to position the braces of a switch statement - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
FORMATTER / Option to position the braces of a type declaration - option id: "org.aspectj.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
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
FORMATTER / Option to position the braces of a lambda block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" - possible values: { END_OF_LINE, NEXT_LINE, NEXT_LINE_SHIFTED, NEXT_LINE_ON_WRAP } - default: END_OF_LINE
END_OF_LINE
,
NEXT_LINE
,
NEXT_LINE_SHIFTED
,
NEXT_LINE_ON_WRAP
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_CLEAR_BLANK_LINES
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT
and FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
FORMATTER / Option to control whether blank lines are cleared inside comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.clear_blank_lines" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
FORMATTER / Option to control whether blank lines are cleared inside javadoc comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT
FORMATTER / Option to control whether blank lines are cleared inside block comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT
,
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT
and FORMATTER_COMMENT_FORMAT_LINE_COMMENT
.FORMATTER / Option to control whether comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_comments" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_LINE_COMMENT
FORMATTER / Option to control whether single line comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_line_comments" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_LINE_COMMENT_STARTING_ON_FIRST_COLUMN
FORMATTER / Option to format line comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" - possible values: { TRUE, FALSE } - default: TRUENote that this option is ignored if either the
FORMATTER_COMMENT_FORMAT_LINE_COMMENT
option has been set to
FALSE
or the formatter is created with the mode
ToolFactory.M_FORMAT_NEW
.
TRUE
,
FALSE
,
ToolFactory.createCodeFormatter(Map, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_PRESERVE_WHITE_SPACE_BETWEEN_CODE_AND_LINE_COMMENT
FORMATTER / Option to control whether the white space between code and line comments should be preserved or replaced with a single space - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT
FORMATTER / Option to control whether multiple lines comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_block_comments" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT
FORMATTER / Option to control whether javadoc comments are formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_HEADER
FORMATTER / Option to control whether the header comment of a Java source file is formatted - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_header" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_HTML
FORMATTER / Option to control whether HTML tags are formatted. - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_html" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_FORMAT_SOURCE
FORMATTER / Option to control whether code snippets are formatted in comments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.format_source_code" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION
FORMATTER / Option to control whether description of Javadoc parameters are indented - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.indent_parameter_description" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_INDENT_ROOT_TAGS
FORMATTER / Option to control whether Javadoc root tags are indented. - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.indent_root_tags" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS
FORMATTER / Option to insert an empty line before the Javadoc root tag block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER
FORMATTER / Option to insert a new line after Javadoc root tag parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_LINE_LENGTH
FORMATTER / Option to specify the line length for comments. - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.line_length" - possible values: "<n>", where n is zero or a positive integer - default: "80"
public static final java.lang.String FORMATTER_COMMENT_NEW_LINES_AT_BLOCK_BOUNDARIES
FORMATTER / Option to control whether block comments will have new lines at boundaries - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMMENT_NEW_LINES_AT_JAVADOC_BOUNDARIES
FORMATTER / Option to control whether javadoc comments will have new lines at boundaries - option id: "org.aspectj.org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_COMPACT_ELSE_IF
FORMATTER / Option to compact else/if - option id: "org.aspectj.org.eclipse.jdt.core.formatter.compact_else_if" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_CONTINUATION_INDENTATION
FORMATTER / Option to set the continuation indentation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.continuation_indentation" - possible values: "<n>", where n is zero or a positive integer - default: "2"
public static final java.lang.String FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER
FORMATTER / Option to set the continuation indentation inside array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" - possible values: "<n>", where n is zero or a positive integer - default: "2"
public static final java.lang.String FORMATTER_USE_ON_OFF_TAGS
FORMATTER / Option to use the disabling and enabling tags defined respectively by theFORMATTER_DISABLING_TAG
and theFORMATTER_ENABLING_TAG
options. - option id: "org.aspectj.org.eclipse.jdt.core.formatter.use_on_off_tags" - possible values: TRUE / FALSE - default: FALSE
public static final java.lang.String FORMATTER_DISABLING_TAG
FORMATTER / Option to define the tag to put in a comment to disable the formatting.
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.disabling_tag"
- possible values: String, with constraints mentioned below
- default: "@formatter:off"
See the FORMATTER_ENABLING_TAG
option to re-enable it.
Note that:
FORMATTER_USE_ON_OFF_TAGS
option is set to TRUE
."ToDisableFormatter"
will not be recognized as a disabling tag
"DisableFormatter"
, but "To:DisableFormatter"
will be detected for either tag "DisableFormatter"
or
":DisableFormatter"
)."DisableFormatter1"
will not be
recognized as a disabling tag "DisableFormatter"
, but
"DisableFormatter:1"
will be detected either for tag
"DisableFormatter"
or "DisableFormatter:"
)For example, the second default enabling tag "@formatter:off" in the following snippet is not necessary as the formatter was already disabled since the first one:
class X { // @formatter:off void foo1() {} // @formatter:off void foo2() {} void bar1() {} void bar2() {} }
// @formatter:off class X { void foo1() {} void foo2() {} void bar1() {} void bar2() {} }
For example, in the following snippet, the formatter will be disabled after the comment:
class X { /* * This is a comment with a mix of disabling and enabling tags: * - @formatter:off * - @formatter:on * - @formatter:off * The formatter will stop to format from the beginning of this comment... */ void foo() {} void bar() {} }
If such tags are used, e.g. "//J-", then the single comment can also stop the formatting as shown in the following snippet:
//J- // Formatting was stopped from comment above... public class X { //J+ // Formatting is restarted from here... void foo() {}
As any disabling tags, as soon as a comment includes it, the formatting stops from this comment:
public class X { // Line comment including the disabling tag: //J- // Formatting was stopped from comment above... void foo1() {} //J+ // Formatting restarts from here... void bar1() {} /* * Block comment including the disabling tag: //J+ * The formatter stops from this comment... */ void foo2() {} //J+ // Formatting restarts from here... void bar2() {} /** * Javadoc comment including the enabling tag: //J+ * The formatter stops from this comment... */ void foo3() {} }
public static final java.lang.String FORMATTER_ENABLING_TAG
FORMATTER / Option to define the tag to put in a comment to re-enable the formatting after it has been disabled (see FORMATTER_DISABLING_TAG
)
- option id: "org.aspectj.org.eclipse.jdt.core.formatter.enabling_tag"
- possible values: String, with constraints mentioned below
- default: "@formatter:on"
Note that:
FORMATTER_USE_ON_OFF_TAGS
option is set to TRUE
."ReEnableFormatter"
will not be recognized as an enabling tag
"EnableFormatter"
, but "Re:EnableFormatter"
will be detected for either tag "EnableFormatter"
or
":EnableFormatter"
)."EnableFormatter1"
will not be
recognized as an enabling tag "EnableFormatter"
, but
"EnableFormatter:1"
will be detected either for tag
"EnableFormatter"
or "EnableFormatter:"
)For example, the default enabling tag "@formatter:on" in the following snippet is not necessary as the formatter has never been disabled:
class X { void foo1() {} void foo2() {} // @formatter:on void bar1() {} void bar2() {} }Or, in the following other snippet, the second enabling tag is not necessary as the formatting will have been re-enabled by the first one:
class X { // @formatter:off void foo1() {} void foo2() {} // @formatter:on void bar1() {} // @formatter:on void bar2() {} }
For example, in the following snippet, the formatter will be re-enabled after the comment:
// @formatter:off class X { /* * This is a comment with a mix of disabling and enabling tags: * - @formatter:on * - @formatter:off * - @formatter:on * The formatter will restart to format after this comment... */ void foo() {} void bar() {} }
If such tags are used, e.g. "//J+", then the single comment can also start the formatting as shown in the following snippet:
//J- // Formatting was stopped from comment above... public class X { //J+ // Formatting restarts from here... void foo() {} }
As any enabling tags, as soon as a comment includes it, the formatting restarts just after the comment:
public class X { //J- // Formatting was stopped from comment above... void foo1() {} // Line comment including the enabling tag: //J+ // Formatting restarts from here... void bar1() {} //J- // Formatting was stopped from comment above... void foo2() {} /* * Block comment including the enabling tag: //J+ * The formatter restarts after this comment... */ // Formatting restarts from here... void bar2() {} //J- // Formatting was stopped from comment above... void foo3() {} /** * Javadoc comment including the enabling tag: //J+ * The formatter restarts after this comment... */ void bar3() {} }
public static final java.lang.String FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing annotation declaration header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing enum constant header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing enum declaration header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER
FORMATTER / Option to indent body declarations compare to its enclosing type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES
FORMATTER / Option to indent breaks compare to cases - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_EMPTY_LINES
FORMATTER / Option to indent empty lines - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_empty_lines" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK
FORMATTER / Option to indent statements inside a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY
FORMATTER / Option to indent statements inside the body of a method or a constructor - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES
FORMATTER / Option to indent switch statements compare to cases - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH
FORMATTER / Option to indent switch statements compare to switch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" - possible values: { TRUE, FALSE } - default: TRUE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INDENTATION_SIZE
FORMATTER / Option to specify the equivalent number of spaces that represents one indentation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.indentation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
This option is used only if the tab char is set to MIXED.
FORMATTER_TAB_CHAR
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER
FORMATTER / Option to insert a new line after an annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE
FORMATTER / Option to insert a new line after an annotation on a member (package, class, method, field declaration) - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_FIELD
FORMATTER / Option to insert a new line after an annotation on a field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_METHOD
FORMATTER / Option to insert a new line after an annotation on a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PACKAGE
FORMATTER / Option to insert a new line after an annotation on a package declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_TYPE
FORMATTER / Option to insert a new line after an annotation on a type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_TYPE_ANNOTATION
FORMATTER / Option to insert a new line after a type annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER
FORMATTER / Option to insert a new line after an annotation on a parameter - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE
FORMATTER / Option to insert a new line after an annotation on a local variable - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_LABEL
FORMATTER / Option to insert a new line after a label - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_label" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a new line after the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_AT_END_OF_FILE_IF_MISSING
FORMATTER / Option to insert a new line at the end of the current file if missing - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT
FORMATTER / Option to insert a new line before the catch keyword in try statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a new line before the closing brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT
FORMATTER / Option to insert a new line before the else keyword in if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT
FORMATTER / Option to insert a new line before the finally keyword in try statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT
FORMATTER / Option to insert a new line before while in do statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANNOTATION_DECLARATION
FORMATTER / Option to insert a new line in an empty annotation declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to insert a new line in an empty anonymous type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK
FORMATTER / Option to insert a new line in an empty block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_CONSTANT
FORMATTER / Option to insert a new line in an empty enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_DECLARATION
FORMATTER / Option to insert a new line in an empty enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY
FORMATTER / Option to insert a new line in an empty method body - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION
FORMATTER / Option to insert a new line in an empty type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_AND_IN_TYPE_PARAMETER
FORMATTER / Option to insert a space after and in wilcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR
FORMATTER / Option to insert a space after an assignment operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION
FORMATTER / Option to insert a space after at in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space after at in annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR
FORMATTER / Option to insert a space after a binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the closing angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the closing angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK
FORMATTER / Option to insert a space after the closing brace of a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST
FORMATTER / Option to insert a space after the closing parenthesis of a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COLON_IN_ASSERT
FORMATTER / Option to insert a space after the colon in an assert statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CASE
FORMATTER / Option to insert a space after colon in a case statement when a opening brace follows the colon - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CONDITIONAL
FORMATTER / Option to insert a space after the colon in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COLON_IN_FOR
FORMATTER / Option to insert a space after colon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT
FORMATTER / Option to insert a space after the colon in a labeled statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space after the comma in an allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ANNOTATION
FORMATTER / Option to insert a space after the comma in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space after the comma in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space after the comma in the parameters of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_DECLARATIONS
FORMATTER / Option to insert a space after the comma in enum declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of an explicit constructor call - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INCREMENTS
FORMATTER / Option to insert a space after the comma in the increments of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INITS
FORMATTER / Option to insert a space after the comma in the initializations of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space after the comma in the parameters of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_THROWS
FORMATTER / Option to insert a space after the comma in the exception names in a throws clause of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
FORMATTER / Option to insert a space after the comma in the arguments of a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
FORMATTER / Option to insert a space after the comma in multiple field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
FORMATTER / Option to insert a space after the comma in multiple local declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space after the comma in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES
FORMATTER / Option to insert a space after the comma in superinterfaces names of a type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the comma in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the comma in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_ELLIPSIS
FORMATTER / Option to insert a space after ellipsis - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_LAMBDA_ARROW
FORMATTER / Option to insert a space after the -> in lambda expressions - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space after the opening angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space after the opening angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space after the opening angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space after the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space after the opening bracket inside an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space after the opening bracket inside an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space after the opening parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CAST
FORMATTER / Option to insert a space after the opening parenthesis in a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CATCH
FORMATTER / Option to insert a space after the opening parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space after the opening parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space after the opening parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_FOR
FORMATTER / Option to insert a space after the opening parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_IF
FORMATTER / Option to insert a space after the opening parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space after the opening parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space after the opening parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space after the opening parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space after the opening parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space after the opening parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_TRY
FORMATTER / Option to insert a space after the opening parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_WHILE
FORMATTER / Option to insert a space after the opening parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_POSTFIX_OPERATOR
FORMATTER / Option to insert a space after a postfix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_PREFIX_OPERATOR
FORMATTER / Option to insert a space after a prefix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_CONDITIONAL
FORMATTER / Option to insert a space after question mark in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_WILDCARD
FORMATTER / Option to insert a space after question mark in a wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_FOR
FORMATTER / Option to insert a space after semicolon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_TRY_RESOURCES
FORMATTER / Option to insert a space after semicolons following each resource declaration in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_AFTER_UNARY_OPERATOR
FORMATTER / Option to insert a space after an unary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_AND_IN_TYPE_PARAMETER
FORMATTER / Option to insert a space before and in wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR
FORMATTER / Option to insert a space before an assignment operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_AT_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space before at in annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR
FORMATTER / Option to insert a space before an binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before the closing angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before the closing angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before the closing angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before the closing brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before the closing bracket in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space before the closing bracket in an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space before the closing parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CAST
FORMATTER / Option to insert a space before the closing parenthesis in a cast expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CATCH
FORMATTER / Option to insert a space before the closing parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the closing parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the closing parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_FOR
FORMATTER / Option to insert a space before the closing parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_IF
FORMATTER / Option to insert a space before the closing parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the closing parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space before the closing parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space before the closing parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space before the closing parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space before the closing parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_TRY
FORMATTER / Option to insert a space before the closing parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_WHILE
FORMATTER / Option to insert a space before the closing parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_ASSERT
FORMATTER / Option to insert a space before colon in an assert statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CASE
FORMATTER / Option to insert a space before colon in a case statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CONDITIONAL
FORMATTER / Option to insert a space before colon in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_DEFAULT
FORMATTER / Option to insert a space before colon in a default statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_FOR
FORMATTER / Option to insert a space before colon in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT
FORMATTER / Option to insert a space before colon in a labeled statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before comma in an allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ANNOTATION
FORMATTER / Option to insert a space before comma in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before comma in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space before comma in the parameters of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_DECLARATIONS
FORMATTER / Option to insert a space before comma in enum declarations - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of an explicit constructor call - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INCREMENTS
FORMATTER / Option to insert a space before comma in the increments of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INITS
FORMATTER / Option to insert a space before comma in the initializations of a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_PARAMETERS
FORMATTER / Option to insert a space before comma in the parameters of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_THROWS
FORMATTER / Option to insert a space before comma in the exception names of the throws clause of a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
FORMATTER / Option to insert a space before comma in the arguments of a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
FORMATTER / Option to insert a space before comma in a multiple field declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
FORMATTER / Option to insert a space before comma in a multiple local declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before comma in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_SUPERINTERFACES
FORMATTER / Option to insert a space before comma in the superinterfaces names in a type header - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before comma in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before comma in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_ELLIPSIS
FORMATTER / Option to insert a space before ellipsis - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_LAMBDA_ARROW
FORMATTER / Option to insert a space before lambda -> - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
FORMATTER / Option to insert a space before the opening angle bracket in parameterized type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
FORMATTER / Option to insert a space before the opening angle bracket in type arguments - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
FORMATTER / Option to insert a space before the opening angle bracket in type parameters - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANNOTATION_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an annotation type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an anonymous type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space before the opening brace in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK
FORMATTER / Option to insert a space before the opening brace in a block - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the opening brace in an enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_DECLARATION
FORMATTER / Option to insert a space before the opening brace in an enum declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_SWITCH
FORMATTER / Option to insert a space before the opening brace in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_TYPE_DECLARATION
FORMATTER / Option to insert a space before the opening brace in a type declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space before the opening bracket in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_REFERENCE
FORMATTER / Option to insert a space before the opening bracket in an array reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_TYPE_REFERENCE
FORMATTER / Option to insert a space before the opening bracket in an array type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION
FORMATTER / Option to insert a space before the opening parenthesis in annotation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in annotation type member declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CATCH
FORMATTER / Option to insert a space before the opening parenthesis in a catch - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space before the opening parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_FOR
FORMATTER / Option to insert a space before the opening parenthesis in a for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_IF
FORMATTER / Option to insert a space before the opening parenthesis in an if statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space before the opening parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space before the opening parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
FORMATTER / Option to insert a space before the opening parenthesis in a parenthesized expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SWITCH
FORMATTER / Option to insert a space before the opening parenthesis in a switch statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SYNCHRONIZED
FORMATTER / Option to insert a space before the opening parenthesis in a synchronized statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_TRY
FORMATTER / Option to insert a space before the opening parenthesis in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_WHILE
FORMATTER / Option to insert a space before the opening parenthesis in a while statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN
FORMATTER / Option to insert a space before parenthesized expression in return statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_THROW
FORMATTER / Option to insert a space before parenthesized expression in throw statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR
FORMATTER / Option to insert a space before a postfix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_PREFIX_OPERATOR
FORMATTER / Option to insert a space before a prefix operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_CONDITIONAL
FORMATTER / Option to insert a space before question mark in a conditional expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" - possible values: { INSERT, DO_NOT_INSERT } - default: INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_WILDCARD
FORMATTER / Option to insert a space before question mark in a wildcard - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON
FORMATTER / Option to insert a space before semicolon - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_FOR
FORMATTER / Option to insert a space before semicolon in for statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_TRY_RESOURCES
FORMATTER / Option to insert a space before semicolons following each resource declaration in a try with resources statement - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BEFORE_UNARY_OPERATOR
FORMATTER / Option to insert a space before unary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_BRACKETS_IN_ARRAY_TYPE_REFERENCE
FORMATTER / Option to insert a space between brackets in an array type reference - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACES_IN_ARRAY_INITIALIZER
FORMATTER / Option to insert a space between empty braces in an array initializer - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACKETS_IN_ARRAY_ALLOCATION_EXPRESSION
FORMATTER / Option to insert a space between empty brackets in an array allocation expression - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in an annotation type member declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_CONSTRUCTOR_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in a constructor declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ENUM_CONSTANT
FORMATTER / Option to insert a space between empty parenthesis in enum constant - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_DECLARATION
FORMATTER / Option to insert a space between empty parenthesis in a method declaration - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_INVOCATION
FORMATTER / Option to insert a space between empty parenthesis in a method invocation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" - possible values: { INSERT, DO_NOT_INSERT } - default: DO_NOT_INSERT
JavaCore.INSERT
,
JavaCore.DO_NOT_INSERT
,
Constant Field Valuespublic static final java.lang.String FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE
FORMATTER / Option to keep else statement on the same line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE
FORMATTER / Option to keep empty array initializer one one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE
FORMATTER / Option to keep guardian clause on one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE
FORMATTER / Option to keep simple if statement on the one line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE
FORMATTER / Option to keep then statement on the same line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_LINE_SPLIT
FORMATTER / Option to specify the length of the page. Beyond this length, the formatter will try to split the code - option id: "org.aspectj.org.eclipse.jdt.core.formatter.lineSplit" - possible values: "<n>", where n is zero or a positive integer - default: "80"
public static final java.lang.String FORMATTER_NEVER_INDENT_BLOCK_COMMENTS_ON_FIRST_COLUMN
FORMATTER / Option to indent block comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.never_indent_block_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSENote that this option is ignored if the formatter is created with the mode
ToolFactory.M_FORMAT_NEW
.
TRUE
,
FALSE
,
ToolFactory.createCodeFormatter(Map, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_NEVER_INDENT_LINE_COMMENTS_ON_FIRST_COLUMN
FORMATTER / Option to indent line comments that start on the first column - option id: "org.aspectj.org.eclipse.jdt.core.formatter.formatter.never_indent_line_comments_on_first_column" - possible values: { TRUE, FALSE } - default: FALSENote that:
ToolFactory.M_FORMAT_NEW
FORMATTER_COMMENT_FORMAT_LINE_COMMENT_STARTING_ON_FIRST_COLUMN
is set to "false"
TRUE
,
FALSE
,
ToolFactory.createCodeFormatter(Map, int)
,
Constant Field Valuespublic static final java.lang.String FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE
FORMATTER / Option to specify the number of empty lines to preserve - option id: "org.aspectj.org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" - possible values: "<n>", where n is zero or a positive integer - default: "0"
public static final java.lang.String FORMATTER_JOIN_WRAPPED_LINES
FORMATTER / Option to specify whether the formatter can join wrapped lines or not For example, the wrapped lines of method foo return statement in following test case: class X { String foo() { return "select x " + "from y " + "where z=a"; } } will be preserved by the formatter when the new preference is used even if the maximum line width would give it enough space to join the lines. Hence produces the following output: class X { String foo() { return "select x " + "from y " + "where z=a"; } } - option id: "org.aspectj.org.eclipse.jdt.core.formatter.join_wrapped_lines" - possible values: { TRUE, FALSE } - default: TRUE
public static final java.lang.String FORMATTER_JOIN_LINES_IN_COMMENTS
FORMATTER / Option to specify whether the formatter can join text lines in comments or not For example, the following comment: /** * The foo method. * foo is a substitute for bar. */ public class X { } will be unchanged by the formatter when this new preference is used, even if the maximum line width would give it enough space to join the lines. - option id: "org.aspectj.org.eclipse.jdt.core.formatter.join_lines_in_comments" - possible values: { TRUE, FALSE } - default: TRUE
public static final java.lang.String FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE
FORMATTER / Option to specify whether or not empty statement should be on a new line - option id: "org.aspectj.org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_TAB_CHAR
FORMATTER / Option to specify the tabulation size - option id: "org.aspectj.org.eclipse.jdt.core.formatter.tabulation.char" - possible values: { TAB, SPACE, MIXED } - default: TABMore values may be added in the future.
JavaCore.TAB
,
JavaCore.SPACE
,
MIXED
,
Constant Field Valuespublic static final java.lang.String FORMATTER_TAB_SIZE
FORMATTER / Option to specify the equivalent number of spaces that represents one tabulation - option id: "org.aspectj.org.eclipse.jdt.core.formatter.tabulation.size" - possible values: "<n>", where n is zero or a positive integer - default: "4"
public static final java.lang.String FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS
FORMATTER / Option to use tabulations for indentation and spaces for line wrapping - option id: "org.aspectj.org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" - possible values: { TRUE, FALSE } - default: FALSE
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_WRAP_BEFORE_BINARY_OPERATOR
FORMATTER / Option to wrap before the binary operator - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_before_binary_operator" - possible values: { TRUE, FALSE } - default: TRUEThis option is used only if the option
FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION
is set.
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_WRAP_BEFORE_OR_OPERATOR_MULTICATCH
FORMATTER / Option to wrap before the '|' operator in multi-catch statements - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" - possible values: { TRUE, FALSE } - default: TRUEThis option is used only if the option
FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH
is set.
TRUE
,
FALSE
,
Constant Field Valuespublic static final java.lang.String FORMATTER_WRAP_OUTER_EXPRESSIONS_WHEN_NESTED
FORMATTER / Option to wrap outer expressions in nested expressions - option id: "org.aspectj.org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" - possible values: { TRUE, FALSE } - default: TRUE
This option changes the formatter behavior when nested method calls are encountered. Since 3.6, the formatter tries to wrap outermost method calls first to have a better output.
For example, let's say we are using the Eclipse built-in profile with a max line width=40+space for tab policy. Then consider the following snippet:
public class X01 { void test() { foo(bar(1, 2, 3, 4), bar(5, 6, 7, 8)); } }
With this new strategy, the formatter will wrap the line earlier, between the arguments of the message call for this example, and then it will allow to keep each nested call on a single line.
Hence, the output will be:
public class X01 { void test() { foo(bar(1, 2, 3, 4), bar(5, 6, 7, 8)); } }
Important notes:
TRUE
).
If the backward compatibility regarding previous versions' formatter behavior (i.e. before 3.6 version) is necessary,
then the preference needs to be set to FALSE
to retrieve the previous formatter behavior.
TRUE
,
FALSE
,
Constant Field Valuespublic static final int INDENT_BY_ONE
FORMATTER / The wrapping is done by indenting by one compare to the current indentation.
public static final int INDENT_DEFAULT
FORMATTER / The wrapping is done by using the current indentation.
public static final int INDENT_ON_COLUMN
FORMATTER / The wrapping is done by indenting on column under the splitting location.
public static final java.lang.String MIXED
FORMATTER / Possible value for the option FORMATTER_TAB_CHAR
JavaCore.TAB
,
JavaCore.SPACE
,
FORMATTER_TAB_CHAR
,
Constant Field Valuespublic static final java.lang.String NEXT_LINE
FORMATTER / Value to set a brace location at the start of the next line with the right indentation.
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
,
FORMATTER_BRACE_POSITION_FOR_BLOCK
,
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_SWITCH
,
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
,
Constant Field Valuespublic static final java.lang.String NEXT_LINE_ON_WRAP
FORMATTER / Value to set a brace location at the start of the next line if a wrapping occured.
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
,
FORMATTER_BRACE_POSITION_FOR_BLOCK
,
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_SWITCH
,
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
,
Constant Field Valuespublic static final java.lang.String NEXT_LINE_SHIFTED
FORMATTER / Value to set a brace location at the start of the next line with an extra indentation.
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
,
FORMATTER_BRACE_POSITION_FOR_BLOCK
,
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_SWITCH
,
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
,
FORMATTER_BRACE_POSITION_FOR_LAMBDA_BODY
,
Constant Field Valuespublic static final java.lang.String TRUE
FORMATTER / Value to set an option to true.
public static final int WRAP_COMPACT
FORMATTER / The wrapping is done using as few lines as possible.
public static final int WRAP_COMPACT_FIRST_BREAK
FORMATTER / The wrapping is done putting the first element on a new line and then wrapping next elements using as few lines as possible.
public static final int WRAP_NEXT_PER_LINE
FORMATTER / The wrapping is done by putting each element on its own line except the first element.
public static final int WRAP_NEXT_SHIFTED
FORMATTER / The wrapping is done by putting each element on its own line. All elements are indented by one except the first element.
public static final int WRAP_NO_SPLIT
FORMATTER / Value to disable alignment.
public static final int WRAP_ONE_PER_LINE
FORMATTER / The wrapping is done by putting each element on its own line.
Constructor Detail |
---|
public DefaultCodeFormatterConstants()
Method Detail |
---|
public static java.lang.String createAlignmentValue(boolean forceSplit, int wrapStyle, int indentStyle)
forceSplit
- the given force valuewrapStyle
- the given wrapping styleindentStyle
- the given indent style
public static java.util.Map getEclipse21Settings()
public static java.util.Map getEclipseDefaultSettings()
public static boolean getForceWrapping(java.lang.String value)
Return the force value of the given alignment value.
The given alignment value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment value
java.lang.IllegalArgumentException
- if the given alignment value is null, or if it
doesn't have a valid format.createAlignmentValue(boolean, int, int)
public static int getIndentStyle(java.lang.String value)
Return the indentation style of the given alignment value.
The given alignment value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment value
java.lang.IllegalArgumentException
- if the given alignment value is null, or if it
doesn't have a valid format.createAlignmentValue(boolean, int, int)
public static java.util.Map getJavaConventionsSettings()
public static int getWrappingStyle(java.lang.String value)
Return the wrapping style of the given alignment value.
The given alignment value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment value
java.lang.IllegalArgumentException
- if the given alignment value is null, or if it
doesn't have a valid format.createAlignmentValue(boolean, int, int)
public static java.lang.String setForceWrapping(java.lang.String value, boolean force)
Set the force value of the given alignment value and return the new value.
The given alignment value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment valueforce
- the given force value
java.lang.IllegalArgumentException
- if the given alignment value is null, or if it
doesn't have a valid format.createAlignmentValue(boolean, int, int)
public static java.lang.String setIndentStyle(java.lang.String value, int indentStyle)
Set the indentation style of the given alignment value and return the new value.
The given value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment valueindentStyle
- the given indentation style
java.lang.IllegalArgumentException
- if the given alignment value is null, if the given
indentation style is not one of the possible indentation styles, or if the given
alignment value doesn't have a valid format.INDENT_BY_ONE
,
INDENT_DEFAULT
,
INDENT_ON_COLUMN
,
createAlignmentValue(boolean, int, int)
public static java.lang.String setWrappingStyle(java.lang.String value, int wrappingStyle)
Set the wrapping style of the given alignment value and return the new value.
The given value should be created using the createAlignmentValue(boolean, int, int)
API.
value
- the given alignment valuewrappingStyle
- the given wrapping style
java.lang.IllegalArgumentException
- if the given alignment value is null, if the given
wrapping style is not one of the possible wrapping styles, or if the given
alignment value doesn't have a valid format.WRAP_COMPACT
,
WRAP_COMPACT_FIRST_BREAK
,
WRAP_NEXT_PER_LINE
,
WRAP_NEXT_SHIFTED
,
WRAP_NO_SPLIT
,
WRAP_ONE_PER_LINE
,
createAlignmentValue(boolean, int, int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |