Changeset 3121
- Timestamp:
- 02/03/12 14:04:12 (4 months ago)
- Location:
- AnalyzerBeans/trunk/core
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
.settings/org.eclipse.jdt.core.prefs (modified) (12 diffs)
-
.settings/org.eclipse.jdt.ui.prefs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/core
- Property svn:ignore
-
old new 1 1 target 2 .settings 3 .classpath 4 .project
-
- Property svn:ignore
-
AnalyzerBeans/trunk/core/.settings/org.eclipse.jdt.core.prefs
r2527 r3121 1 #Fri Aug 26 10:19:19 CEST 20111 #Fri Jan 27 12:17:43 CET 2012 2 2 eclipse.preferences.version=1 3 3 org.eclipse.jdt.core.codeComplete.argumentPrefixes= … … 39 39 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 40 40 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 41 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 41 42 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 42 43 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 … … 45 46 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 46 47 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 48 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 47 49 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 48 50 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 … … 82 84 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 83 85 org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 86 org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 84 87 org.eclipse.jdt.core.formatter.compact_else_if=true 85 88 org.eclipse.jdt.core.formatter.continuation_indentation=2 … … 100 103 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 101 104 org.eclipse.jdt.core.formatter.indentation.size=4 105 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 102 106 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 103 107 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 108 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 109 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 104 110 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 111 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 105 112 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 106 113 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert … … 170 177 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 171 178 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 179 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 172 180 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 173 181 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert … … 176 184 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 177 185 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 186 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 178 187 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 179 188 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert … … 199 208 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 200 209 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 210 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 201 211 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 202 212 org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert … … 254 264 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 255 265 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 266 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 256 267 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 257 268 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert … … 263 274 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 264 275 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 276 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 265 277 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 266 278 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert … … 278 290 org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false 279 291 org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false 280 org.eclipse.jdt.core.formatter.lineSplit= 125292 org.eclipse.jdt.core.formatter.lineSplit=80 281 293 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false 282 294 org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false … … 289 301 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 290 302 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 303 org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 291 304 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true -
AnalyzerBeans/trunk/core/.settings/org.eclipse.jdt.ui.prefs
r1025 r3121 1 # Sat Sep 25 16:49:03 CEST 20101 #Fri Jan 27 12:17:43 CET 2012 2 2 eclipse.preferences.version=1 3 formatter_profile= _analyzerbeans4 formatter_settings_version=1 13 formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile 4 formatter_settings_version=12 5 5 org.eclipse.jdt.ui.exception.name=e 6 6 org.eclipse.jdt.ui.gettersetter.use.is=true
Note: See TracChangeset
for help on using the changeset viewer.
