Skip to content

Commit 84caff3

Browse files
author
Yaniv Inbar
committed
[Issue 52] Remove deprecated classes/methods/fields from version 1.6 [Backwards Incompatible]
Deprecate disableContentLogging in UrlEncodedParser. Fix some warnings. http://codereview.appspot.com/5406042/
1 parent 36e0401 commit 84caff3

File tree

23 files changed

+138
-82
lines changed

23 files changed

+138
-82
lines changed

google-http-client-extensions-android2/.settings/org.eclipse.jdt.core.prefs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Apr 14 10:56:42 EDT 2011
1+
#Thu Nov 17 08:38:45 EST 2011
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
44
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -104,6 +104,7 @@ org.eclipse.jdt.core.formatter.alignment_for_field_declaration=16
104104
org.eclipse.jdt.core.formatter.alignment_for_for_statement=16
105105
org.eclipse.jdt.core.formatter.alignment_for_generic_type_arguments=16
106106
org.eclipse.jdt.core.formatter.alignment_for_local_variable_declaration=16
107+
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
107108
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
108109
org.eclipse.jdt.core.formatter.alignment_for_new_anonymous_class=0
109110
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16|5|80
@@ -146,15 +147,21 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
146147
org.eclipse.jdt.core.formatter.comment.format_source_code=false
147148
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false
148149
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
149-
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
150+
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
150151
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
151152
org.eclipse.jdt.core.formatter.comment.line_length=100
153+
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
154+
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
155+
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
152156
org.eclipse.jdt.core.formatter.comment_new_line_at_start_of_html_paragraph=true
153157
org.eclipse.jdt.core.formatter.compact_else_if=true
154158
org.eclipse.jdt.core.formatter.continuation_indentation=2
155159
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
160+
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
161+
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
156162
org.eclipse.jdt.core.formatter.force_if_else_statement_brace=true
157163
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
164+
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
158165
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
159166
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
160167
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
@@ -166,6 +173,13 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
166173
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
167174
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
168175
org.eclipse.jdt.core.formatter.indentation.size=4
176+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
177+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
178+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
179+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
180+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
181+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
182+
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
169183
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
170184
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
171185
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
@@ -353,6 +367,7 @@ org.eclipse.jdt.core.formatter.sort_parameter_annotations=false
353367
org.eclipse.jdt.core.formatter.sort_type_annotations=false
354368
org.eclipse.jdt.core.formatter.tabulation.char=space
355369
org.eclipse.jdt.core.formatter.tabulation.size=2
370+
org.eclipse.jdt.core.formatter.use_on_off_tags=false
356371
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
357372
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
358373
org.eclipse.jdt.core.formatter.wrap_comment_inline_tags=false
@@ -361,4 +376,5 @@ org.eclipse.jdt.core.formatter.wrap_non_simple_member_annotation=true
361376
org.eclipse.jdt.core.formatter.wrap_non_simple_package_annotation=true
362377
org.eclipse.jdt.core.formatter.wrap_non_simple_parameter_annotation=false
363378
org.eclipse.jdt.core.formatter.wrap_non_simple_type_annotation=true
379+
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
364380
org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments=false

google-http-client-extensions-android2/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri Mar 18 23:24:11 EDT 2011
1+
#Thu Nov 17 08:52:25 EST 2011
22
cleanup.add_default_serial_version_id=true
33
cleanup.add_generated_serial_version_id=false
44
cleanup.add_missing_annotations=true
@@ -54,7 +54,7 @@ cleanup_settings_version=2
5454
eclipse.preferences.version=1
5555
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
5656
formatter_profile=_google-api-java-client 100
57-
formatter_settings_version=11
57+
formatter_settings_version=12
5858
org.eclipse.jdt.ui.exception.name=exception
5959
org.eclipse.jdt.ui.gettersetter.use.is=false
6060
org.eclipse.jdt.ui.ignorelowercasenames=true
@@ -72,6 +72,7 @@ sp_cleanup.add_missing_deprecated_annotations=true
7272
sp_cleanup.add_missing_methods=false
7373
sp_cleanup.add_missing_nls_tags=false
7474
sp_cleanup.add_missing_override_annotations=true
75+
sp_cleanup.add_missing_override_annotations_interface_methods=false
7576
sp_cleanup.add_serial_version_id=false
7677
sp_cleanup.always_use_blocks=true
7778
sp_cleanup.always_use_parentheses_in_expressions=false
@@ -80,23 +81,23 @@ sp_cleanup.always_use_this_for_non_static_method_access=false
8081
sp_cleanup.convert_to_enhanced_for_loop=false
8182
sp_cleanup.correct_indentation=false
8283
sp_cleanup.format_source_code=true
83-
sp_cleanup.format_source_code_changes_only=false
84+
sp_cleanup.format_source_code_changes_only=true
8485
sp_cleanup.make_local_variable_final=false
8586
sp_cleanup.make_parameters_final=false
8687
sp_cleanup.make_private_fields_final=true
8788
sp_cleanup.make_type_abstract_if_missing_method=false
8889
sp_cleanup.make_variable_declarations_final=true
8990
sp_cleanup.never_use_blocks=false
9091
sp_cleanup.never_use_parentheses_in_expressions=true
91-
sp_cleanup.on_save_use_additional_actions=false
92+
sp_cleanup.on_save_use_additional_actions=true
9293
sp_cleanup.organize_imports=true
9394
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
9495
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
9596
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
9697
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
9798
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
9899
sp_cleanup.remove_private_constructors=true
99-
sp_cleanup.remove_trailing_whitespaces=false
100+
sp_cleanup.remove_trailing_whitespaces=true
100101
sp_cleanup.remove_trailing_whitespaces_all=true
101102
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
102103
sp_cleanup.remove_unnecessary_casts=true

google-http-client-extensions-android3/.settings/org.eclipse.jdt.core.prefs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Feb 24 16:03:56 EST 2011
1+
#Thu Nov 17 08:38:45 EST 2011
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
44
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -104,6 +104,7 @@ org.eclipse.jdt.core.formatter.alignment_for_field_declaration=16
104104
org.eclipse.jdt.core.formatter.alignment_for_for_statement=16
105105
org.eclipse.jdt.core.formatter.alignment_for_generic_type_arguments=16
106106
org.eclipse.jdt.core.formatter.alignment_for_local_variable_declaration=16
107+
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
107108
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
108109
org.eclipse.jdt.core.formatter.alignment_for_new_anonymous_class=0
109110
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16|5|80
@@ -146,15 +147,21 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
146147
org.eclipse.jdt.core.formatter.comment.format_source_code=false
147148
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false
148149
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
149-
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
150+
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
150151
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
151152
org.eclipse.jdt.core.formatter.comment.line_length=100
153+
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
154+
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
155+
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
152156
org.eclipse.jdt.core.formatter.comment_new_line_at_start_of_html_paragraph=true
153157
org.eclipse.jdt.core.formatter.compact_else_if=true
154158
org.eclipse.jdt.core.formatter.continuation_indentation=2
155159
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
160+
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
161+
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
156162
org.eclipse.jdt.core.formatter.force_if_else_statement_brace=true
157163
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
164+
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
158165
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
159166
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
160167
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
@@ -166,6 +173,13 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
166173
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
167174
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
168175
org.eclipse.jdt.core.formatter.indentation.size=4
176+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
177+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
178+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
179+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
180+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
181+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
182+
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
169183
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
170184
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
171185
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
@@ -353,6 +367,7 @@ org.eclipse.jdt.core.formatter.sort_parameter_annotations=false
353367
org.eclipse.jdt.core.formatter.sort_type_annotations=false
354368
org.eclipse.jdt.core.formatter.tabulation.char=space
355369
org.eclipse.jdt.core.formatter.tabulation.size=2
370+
org.eclipse.jdt.core.formatter.use_on_off_tags=false
356371
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
357372
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
358373
org.eclipse.jdt.core.formatter.wrap_comment_inline_tags=false
@@ -361,4 +376,5 @@ org.eclipse.jdt.core.formatter.wrap_non_simple_member_annotation=true
361376
org.eclipse.jdt.core.formatter.wrap_non_simple_package_annotation=true
362377
org.eclipse.jdt.core.formatter.wrap_non_simple_parameter_annotation=false
363378
org.eclipse.jdt.core.formatter.wrap_non_simple_type_annotation=true
379+
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
364380
org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments=false

google-http-client-extensions-android3/.settings/org.eclipse.jdt.ui.prefs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri Mar 18 23:24:11 EDT 2011
1+
#Thu Nov 17 08:52:25 EST 2011
22
cleanup.add_default_serial_version_id=true
33
cleanup.add_generated_serial_version_id=false
44
cleanup.add_missing_annotations=true
@@ -54,7 +54,7 @@ cleanup_settings_version=2
5454
eclipse.preferences.version=1
5555
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
5656
formatter_profile=_google-api-java-client 100
57-
formatter_settings_version=11
57+
formatter_settings_version=12
5858
org.eclipse.jdt.ui.exception.name=exception
5959
org.eclipse.jdt.ui.gettersetter.use.is=false
6060
org.eclipse.jdt.ui.ignorelowercasenames=true
@@ -72,6 +72,7 @@ sp_cleanup.add_missing_deprecated_annotations=true
7272
sp_cleanup.add_missing_methods=false
7373
sp_cleanup.add_missing_nls_tags=false
7474
sp_cleanup.add_missing_override_annotations=true
75+
sp_cleanup.add_missing_override_annotations_interface_methods=false
7576
sp_cleanup.add_serial_version_id=false
7677
sp_cleanup.always_use_blocks=true
7778
sp_cleanup.always_use_parentheses_in_expressions=false
@@ -80,23 +81,23 @@ sp_cleanup.always_use_this_for_non_static_method_access=false
8081
sp_cleanup.convert_to_enhanced_for_loop=false
8182
sp_cleanup.correct_indentation=false
8283
sp_cleanup.format_source_code=true
83-
sp_cleanup.format_source_code_changes_only=false
84+
sp_cleanup.format_source_code_changes_only=true
8485
sp_cleanup.make_local_variable_final=false
8586
sp_cleanup.make_parameters_final=false
8687
sp_cleanup.make_private_fields_final=true
8788
sp_cleanup.make_type_abstract_if_missing_method=false
8889
sp_cleanup.make_variable_declarations_final=true
8990
sp_cleanup.never_use_blocks=false
9091
sp_cleanup.never_use_parentheses_in_expressions=true
91-
sp_cleanup.on_save_use_additional_actions=false
92+
sp_cleanup.on_save_use_additional_actions=true
9293
sp_cleanup.organize_imports=true
9394
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
9495
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
9596
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
9697
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
9798
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
9899
sp_cleanup.remove_private_constructors=true
99-
sp_cleanup.remove_trailing_whitespaces=false
100+
sp_cleanup.remove_trailing_whitespaces=true
100101
sp_cleanup.remove_trailing_whitespaces_all=true
101102
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
102103
sp_cleanup.remove_unnecessary_casts=true

google-http-client-extensions/.settings/org.eclipse.jdt.core.prefs

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Fri Sep 24 11:20:45 EDT 2010
1+
#Thu Nov 17 08:38:45 EST 2011
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.codeComplete.argumentPrefixes=
44
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -104,6 +104,7 @@ org.eclipse.jdt.core.formatter.alignment_for_field_declaration=16
104104
org.eclipse.jdt.core.formatter.alignment_for_for_statement=16
105105
org.eclipse.jdt.core.formatter.alignment_for_generic_type_arguments=16
106106
org.eclipse.jdt.core.formatter.alignment_for_local_variable_declaration=16
107+
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
107108
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
108109
org.eclipse.jdt.core.formatter.alignment_for_new_anonymous_class=0
109110
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16|5|80
@@ -146,15 +147,21 @@ org.eclipse.jdt.core.formatter.comment.format_line_comments=true
146147
org.eclipse.jdt.core.formatter.comment.format_source_code=false
147148
org.eclipse.jdt.core.formatter.comment.indent_parameter_description=false
148149
org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
149-
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
150+
org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert
150151
org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert
151152
org.eclipse.jdt.core.formatter.comment.line_length=100
153+
org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
154+
org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
155+
org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
152156
org.eclipse.jdt.core.formatter.comment_new_line_at_start_of_html_paragraph=true
153157
org.eclipse.jdt.core.formatter.compact_else_if=true
154158
org.eclipse.jdt.core.formatter.continuation_indentation=2
155159
org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
160+
org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
161+
org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
156162
org.eclipse.jdt.core.formatter.force_if_else_statement_brace=true
157163
org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
164+
org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
158165
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
159166
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
160167
org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
@@ -166,6 +173,13 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
166173
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
167174
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
168175
org.eclipse.jdt.core.formatter.indentation.size=4
176+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
177+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
178+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
179+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
180+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
181+
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
182+
org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
169183
org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
170184
org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert
171185
org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert
@@ -353,6 +367,7 @@ org.eclipse.jdt.core.formatter.sort_parameter_annotations=false
353367
org.eclipse.jdt.core.formatter.sort_type_annotations=false
354368
org.eclipse.jdt.core.formatter.tabulation.char=space
355369
org.eclipse.jdt.core.formatter.tabulation.size=2
370+
org.eclipse.jdt.core.formatter.use_on_off_tags=false
356371
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
357372
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
358373
org.eclipse.jdt.core.formatter.wrap_comment_inline_tags=false
@@ -361,4 +376,5 @@ org.eclipse.jdt.core.formatter.wrap_non_simple_member_annotation=true
361376
org.eclipse.jdt.core.formatter.wrap_non_simple_package_annotation=true
362377
org.eclipse.jdt.core.formatter.wrap_non_simple_parameter_annotation=false
363378
org.eclipse.jdt.core.formatter.wrap_non_simple_type_annotation=true
379+
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
364380
org.eclipse.jdt.core.formatter.wrap_prefer_two_fragments=false

0 commit comments

Comments
 (0)