Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@locus.apache.org Received: (qmail 41273 invoked from network); 13 May 2008 00:13:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 00:13:03 -0000 Received: (qmail 11185 invoked by uid 500); 13 May 2008 00:13:04 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 11148 invoked by uid 500); 13 May 2008 00:13:04 -0000 Mailing-List: contact mahout-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-dev@lucene.apache.org Received: (qmail 11137 invoked by uid 99); 13 May 2008 00:13:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 17:13:04 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.208.4.196] (HELO mout.perfora.net) (74.208.4.196) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 00:12:09 +0000 Received: from jeff-eastmans-macbook-pro.local (c-24-6-155-199.hsd1.ca.comcast.net [24.6.155.199]) by mrelay.perfora.net (node=mrus1) with ESMTP (Nemesis) id 0MKpCa-1Jvi830nni-0003H1; Mon, 12 May 2008 20:12:28 -0400 Received: from jeff-eastmans-macbook-pro.local by jeff-eastmans-macbook-pro.local (PGP Universal service); Mon, 12 May 2008 17:12:28 -0700 X-PGP-Universal: processed; by jeff-eastmans-macbook-pro.local on Mon, 12 May 2008 17:12:28 -0700 Message-ID: <4828DCE0.2050009@windwardsolutions.com> Date: Mon, 12 May 2008 17:12:16 -0700 From: Jeff Eastman User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: mahout-dev@lucene.apache.org Subject: Re: Code Formatting was: Re: [jira] Commented: (MAHOUT-54) parallelize k-means sharing the predominance of canopies References: <1104168771.1210543676090.JavaMail.jira@brutus> <3E9A51C1-4051-48F5-B3E4-B617031CB2B9@apache.org> <4828A30C.6070905@windwardsolutions.com> <821C3135-1331-4FD6-956F-96CAD44032A9@apache.org> In-Reply-To: <821C3135-1331-4FD6-956F-96CAD44032A9@apache.org> X-PGP-Encoding-Format: MIME X-PGP-Encoding-Version: 2.0.2 Content-Type: multipart/signed; boundary="PGP_Universal_E513BE7E_9F1616D2_07C84760_232E4AF3"; protocol="application/pgp-signature"; micalg="pgp-sha1" X-Provags-ID: V01U2FsdGVkX1+vcjb1hO2Nq85hKzVfMSwH9zwXexvkqWb45Z9 3Aj5H4AYvAC36F0BZsirUlVnqPuhcwVpbfHUPfXZ4fHeyKvh+J 5nxMS0x60sDOSxNsqOsRysBPvvgKAcwIr8/ibSf5RM= X-Virus-Checked: Checked by ClamAV on apache.org --PGP_Universal_E513BE7E_9F1616D2_07C84760_232E4AF3 Content-Type: multipart/mixed; boundary="------------060609090600070304010006" This is a multi-part message in MIME format. --------------060609090600070304010006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE I thought I'd seen those somewhere before, but could not find them again=20 when I needed them. Thanks for pointing them out. Jeff Grant Ingersoll wrote: > There are IntelliJ and Eclipse styles at the bottom of:=20 > http://cwiki.apache.org/MAHOUT/howtocontribute.html > > Perhaps we should move them up... > > On May 12, 2008, at 4:05 PM, Jeff Eastman wrote: > >> Grant Ingersoll wrote: >>> >>> On May 11, 2008, at 6:07 PM, Jeff Eastman (JIRA) wrote: >>>> >>>> - the pretty-printing rules are not those specified by ASF: the=20 >>>> Java conventions with tabs replaced by 2 spaces vs. 4 spaces. The=20 >>>> patch changes several of the existing canopy files formatting=20 >>>> unnecessarily >>>> - the patch introduces @author tags which are not according to ASF=20 >>>> policy. These were likely added by Eclipse but should be removed >>> >>> Just to be clear, these are conventions we (Mahout/Lucene) adopt,=20 >>> not necessarily ASF policy. We can always remove/clean up before=20 >>> committing. The big thing about formatting is that we should try to=20 >>> keep it clean going in, but we shouldn't necessarily change it once=20 >>> it is in. >>> >>> >> Thanks Grant, >> >> This is a good clarification and I've revised my mental model=20 >> accordingly. For those of us who are using Eclipse, it would be good=20 >> to use the same formatter configuration so I've attached the one I=20 >> use. I tend to use the pretty printer quite often when I'm writing=20 >> code and this one seems to leave the existing files intact. If folks=20 >> are ok with it, I can post it to the wiki. >> >> Jeff >> >> >> > version=3D"11"> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_if"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert"= =20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_enum_constant"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_semicolon"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.align_type_members_on_columns"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case"= =20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.format_line_comments"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve"= =20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_ar= ray_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _switch"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_between_type_declaratio= ns"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_e= xpression_in_return"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_bod= y"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_annotation_type_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_statements_compare_to_body"= =20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace= _in_array_initializer"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line"= =20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root= _tags"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for"=20 >> value=3D"insert"/> >> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_br= acket_in_type_parameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_imports"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_c= onstant_arguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk"=20 >> value=3D"1"/> >> > value=3D"2"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_binary_operator= "=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constru= ctor_declaration_parameters"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _for"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superi= nterfaces"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_= declaration"=20 >> value=3D"16"/> >> > value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_member_type"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constr= uctor_declaration_throws"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_conditional_expressio= n"=20 >> value=3D"80"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_while"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.indent_parameter_descriptio= n"=20 >> value=3D"true"/> >> > value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocat= ion_expression"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_= declaration_throws"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_enum_constant"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.format_source_code"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_de= clarations"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_b= racket_in_parameterized_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_annotation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_i= n_method_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_condit= ional"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_unary_operator"= =20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_question_in_cond= itional"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation= _declaration"=20 >> value=3D"insert"/> >> > value=3D"4"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multipl= e_local_declarations"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator= "=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_en= um_declaration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_co= nstant_arguments"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_fo= r"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_constructor_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation= _type_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explici= tconstructorcall_arguments"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_d= eclaration"=20 >> value=3D"end_of_line"/> >> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_type_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_block"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_decla= ration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method= _invocation_arguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_while"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_enum_constant"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_= comment"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotatio= n_type_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_const= ant"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_br= acket_in_type_arguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_b= racket_in_type_parameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brac= e_in_array_initializer"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_array_initialize= r"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_de= claration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _cast"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_decla= ration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_synchronized"=20 >> value=3D"do not insert"/> >> > value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation= "=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_s= tatement"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit= _constructor_call"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _method_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_alloca= tion_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_multiple_fields"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_m= issing"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explic= itconstructorcall_arguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in= _cast"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_t= ry_statement"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_binary_operator"= =20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to= _annotation_declaration_header"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_constructor_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_method_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_= initializer"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method= _declaration_parameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_method_declarati= on"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _enum_constant"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_i= n_annotation_type_member_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_b= racket_in_type_arguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_br= acket_in_parameterized_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_annotation_type_member_declaration"=20 >> value=3D"do not insert"/> >> > value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_meth= od_declaration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_method_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constr= uctor_declaration_parameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_pa= rameters"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_switch"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.format_javadoc_comments"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_= in_array_allocation_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_annotation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.format_block_comments"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_array_initializer"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_= type_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_binary_expression"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_i= n_array_initializer"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.wrap_before_binary_operator"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_after_package"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_catch"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_ty= pe_declaration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labele= d_statement"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for= "=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_para= meter"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _catch"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_= statement"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_between_import_groups"= =20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method= _declaration_throws"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator"= =20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_ellipsis"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_constructor_decl= aration"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_question_in_wild= card"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javado= c_comment"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocati= on_expression"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_p= arameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_after_imports"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditi= onal"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_enum_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_paramet= erized_type_reference"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try= _statement"=20 >> value=3D"do not insert"/> >> > value=3D"error"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_con= stant"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_block_in_case"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration= "=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_in= crements"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_for"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body= _declaration"=20 >> value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line"=20 >> value=3D"false"/> >> > value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.comment.insert_new_line_for_paramet= er"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_e= xpression_in_throw"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _while"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in= _block"=20 >> value=3D"insert"/> >> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inc= rements"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to= _enum_declaration_header"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_i= n_constructor_declaration"=20 >> value=3D"do not insert"/> >> > value=3D"80"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator= "=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_type_declaration= "=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_assignment_opera= tor"=20 >> value=3D"insert"/> >> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_method_invocation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_b= racket_in_type_arguments"=20 >> value=3D"do not insert"/> >> > value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket= _in_array_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_d= eclarations"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_question_in_con= ditional"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_b= racket_in_type_parameters"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _method_invocation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentati= ons"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_ar= guments"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_switch"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constru= ctor_declaration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets= _in_array_allocation_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_for"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_constructor_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_synchronized"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_= of_method_body"=20 >> value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotat= ion"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_b= racket_in_parameterized_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_= switch"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _constructor_declaration"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _annotation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _if"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_defaul= t"=20 >> value=3D"do not insert"/> >> > value=3D"error"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annota= tion"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_i= n_enum_constant"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_= in_array_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket= _in_array_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_i= nitializer"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_catch"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _synchronized"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one= _line"=20 >> value=3D"false"/> >> > value=3D"1.5"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket= _in_array_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_switch"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_i= n_array_initializer"=20 >> value=3D"insert"/> >> > value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_question_in_wil= dcard"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert= "=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_method_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_ellipsis"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualifie= d_allocation_expression"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_statements_compare_to_block"= =20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in= _parenthesized_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to= _type_header"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_br= acket_in_type_parameters"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_a= rguments"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_i= n_method_invocation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multip= le_local_declarations"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_= declaration"=20 >> value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_in= vocation"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to= _enum_constant_header"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_switch"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_assignment_oper= ator"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first= _column"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_unary_operator"= =20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_if"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled= _statement"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket= _in_array_allocation_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_= cases"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.continuation_indentation_for_array_= initializer"=20 >> value=3D"2"/> >> > value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_enum_constants"=20 >> value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parame= terized_type_reference"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_parenthesized_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constru= ctor_declaration_throws"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_cons= tructor_declaration"=20 >> value=3D"16"/> >> > id=3D"org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_i= nvocation"=20 >> value=3D"16"/> >> > value=3D"space"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_package"=20 >> value=3D"0"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_= invocation_arguments"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_in= its"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multip= le_field_declarations"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superin= terfaces"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line"=20 >> value=3D"true"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_= declaration_parameters"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.blank_lines_before_method"=20 >> value=3D"1"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multipl= e_field_declarations"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_ini= ts"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_i= n_anonymous_type_declaration"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_new_line_after_annotation"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_cast"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_br= acket_in_type_arguments"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.never_indent_block_comments_on_firs= t_column"=20 >> value=3D"false"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_= initializer"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_parenthesized_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_i= n_enum_constant"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_i= n_method_invocation"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_postfix_operato= r"=20 >> value=3D"do not insert"/> >> > value=3D"end_of_line"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in= _array_initializer"=20 >> value=3D"insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket= _in_array_allocation_expression"=20 >> value=3D"do not insert"/> >> > id=3D"org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_par= ameter"=20 >> value=3D"insert"/> >> >> >> > > -------------------------- > Grant Ingersoll > > Lucene Helpful Hints: > http://wiki.apache.org/lucene-java/BasicsOfPerformance > http://wiki.apache.org/lucene-java/LuceneFAQ > > > > > > > > --------------060609090600070304010006 Content-Type: text/x-vcard; charset=utf-8; name="jeastman.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jeastman.vcf" begin:vcard fn:Jeff Eastman n:Eastman;Jeff org:Windward Solutions Inc. adr:;;;Los Altos;CA;;USA email;internet:jeff@windwardsolutions.com title:President tel;pager:http://jeffeastman@blogspot.com tel;cell:+1.415.298.0023 x-mozilla-html:TRUE url:http://www.windwardsolutions.com version:2.1 end:vcard --------------060609090600070304010006-- --PGP_Universal_E513BE7E_9F1616D2_07C84760_232E4AF3 Content-Type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig Content-Disposition: attachment; filename=PGP.sig -----BEGIN PGP SIGNATURE----- Version: PGP Desktop 9.8.2 (Build 3005) iQEVAwUBSCjc6i52TwNr/xJ3AQirgAf8Duncyrz7zRZHaMrGAVXjugubk+pfDB8s YlqT5HmJsd+ws4mQPkTMXQlGd5kpO8TxpXA4EYeGSAiDOX91eLYjoE81N69dXouN 3Fzr55Q45wLlB1mk1IClYeCEwYvfGpwpquEZr2AEJDUboEfNsEm+lbq3o7MqLCYF Qj0F6r2N4aiHtMK3JcRjJSXbLcBbbbiU9b6a0h+2AM2kK6tRzcBO0bLvUxwtF+F0 cMs2nHjSk8XskNjJ0yq8Yv5duk3ozrWpTfUgMQEGl/rsEJR+j/uXGCye2tZW2gWB xmWvVKjX4gDMO32VsTyIPbZWFfeHFCdBYVYm/7KH3/p98xaxOG871Q== =An0L -----END PGP SIGNATURE----- --PGP_Universal_E513BE7E_9F1616D2_07C84760_232E4AF3--