Changeset 8630 for trunk/L2J_DataPack/.settings/org.eclipse.jdt.core.prefs
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
.settings/org.eclipse.jdt.core.prefs (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/.settings/org.eclipse.jdt.core.prefs
r8406 r8630 1 # Mon Aug 01 20:41:57 CLT 20111 #Sat Oct 15 19:54:02 UYST 2011 2 2 eclipse.preferences.version=1 3 3 org.eclipse.jdt.core.codeComplete.argumentPrefixes= … … 11 11 org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes= 12 12 org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= 13 org.eclipse.jdt.core.compiler.doc.comment.support=enabled 13 14 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 14 15 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore … … 31 32 org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore 32 33 org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore 34 org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning 35 org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=enabled 36 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=enabled 37 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=enabled 38 org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=private 33 39 org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore 34 40 org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning 35 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation= ignore41 org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning 36 42 org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore 37 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore 43 org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore 44 org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled 45 org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public 46 org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=no_tag 47 org.eclipse.jdt.core.compiler.problem.missingJavadocTags=warning 48 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=enabled 49 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=enabled 50 org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=private 51 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning 38 52 org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled 39 53 org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning … … 48 62 org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore 49 63 org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning 50 org.eclipse.jdt.core.compiler.problem.redundantNullCheck= ignore64 org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning 51 65 org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore 52 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface= ignore66 org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning 53 67 org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore 54 68 org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore … … 63 77 org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore 64 78 org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning 65 org.eclipse.jdt.core.compiler.problem.unnecessaryElse= ignore66 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck= ignore79 org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning 80 org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning 67 81 org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore 68 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException= ignore69 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable= enabled70 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference= enabled71 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding= disabled82 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning 83 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=disabled 84 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=disabled 85 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=enabled 72 86 org.eclipse.jdt.core.compiler.problem.unusedImport=warning 73 87 org.eclipse.jdt.core.compiler.problem.unusedLabel=warning … … 84 98 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 85 99 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 86 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant= 0100 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=48 87 101 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 88 102 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 … … 92 106 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 93 107 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 94 org.eclipse.jdt.core.formatter.alignment_for_enum_constants= 095 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer= 0108 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=49 109 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=48 96 110 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 97 111 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 98 112 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 99 113 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 114 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 100 115 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 101 116 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 102 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration= 0117 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=48 103 118 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 104 119 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 105 120 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 121 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 106 122 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 107 123 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 … … 117 133 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=next_line 118 134 org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=next_line 119 org.eclipse.jdt.core.formatter.brace_position_for_array_initializer= end_of_line135 org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=next_line 120 136 org.eclipse.jdt.core.formatter.brace_position_for_block=next_line 121 137 org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=next_line … … 128 144 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true 129 145 org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=true 130 org.eclipse.jdt.core.formatter.comment.format_block_comments= false146 org.eclipse.jdt.core.formatter.comment.format_block_comments=true 131 147 org.eclipse.jdt.core.formatter.comment.format_header=false 132 148 org.eclipse.jdt.core.formatter.comment.format_html=true 133 org.eclipse.jdt.core.formatter.comment.format_javadoc_comments= false134 org.eclipse.jdt.core.formatter.comment.format_line_comments= false149 org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true 150 org.eclipse.jdt.core.formatter.comment.format_line_comments=true 135 151 org.eclipse.jdt.core.formatter.comment.format_source_code=true 136 152 org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true 137 153 org.eclipse.jdt.core.formatter.comment.indent_root_tags=true 138 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags= insert154 org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=do not insert 139 155 org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=do not insert 140 org.eclipse.jdt.core.formatter.comment.line_length= 80156 org.eclipse.jdt.core.formatter.comment.line_length=300 141 157 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true 142 158 org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true 159 org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false 143 160 org.eclipse.jdt.core.formatter.compact_else_if=true 144 org.eclipse.jdt.core.formatter.continuation_indentation= 2145 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer= 2161 org.eclipse.jdt.core.formatter.continuation_indentation=1 162 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=1 146 163 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off 147 164 org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on … … 159 176 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true 160 177 org.eclipse.jdt.core.formatter.indentation.size=4 178 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 161 179 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert 162 180 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert 181 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 182 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 163 183 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 184 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 164 185 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 165 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer= do notinsert186 org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=insert 166 187 org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=insert 167 188 org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=insert 168 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer= do notinsert189 org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=insert 169 190 org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=insert 170 191 org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=insert … … 229 250 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert 230 251 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert 252 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert 231 253 org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert 232 254 org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert … … 235 257 org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert 236 258 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert 259 org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert 237 260 org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert 238 261 org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert … … 258 281 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert 259 282 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert 283 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert 260 284 org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert 261 285 org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert … … 313 337 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert 314 338 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert 339 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert 315 340 org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert 316 341 org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert … … 322 347 org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert 323 348 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert 349 org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert 324 350 org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert 325 351 org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert … … 345 371 org.eclipse.jdt.core.formatter.tabulation.char=tab 346 372 org.eclipse.jdt.core.formatter.tabulation.size=4 347 org.eclipse.jdt.core.formatter.use_on_off_tags= false373 org.eclipse.jdt.core.formatter.use_on_off_tags=true 348 374 org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false 349 375 org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true 376 org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true 350 377 org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
Note: See TracChangeset
for help on using the changeset viewer.
