The change was done under OPENJPA-1143 and was easy to miss (I didn't notice it either).
I'm in no particular hurry to reformat any of the source code in the branches (or inspect a patch for correctness if one was submitted) so I haven't merged the checkstyle plugin yet. I'd assume that the new line limit applies to the branches too though. I've updated the eclipse formatting preferences to reflect the new limit as well. -mike On Mon, Jun 29, 2009 at 4:04 PM, Donald Woods <[email protected]> wrote: > Pinaki already updated the trunk/openjpa-project/checkstyle.xml - > > <module name="TreeWalker"> > <module name="LineLength"> > <property name="max" value="120"/> > </module> > </module> > > None of the branches are using the checkstyle plugin. > > > -Donald > > > > Rick Curtis wrote: > >> Are we waiting on something for this change to happen...? >> >> -Rick >> >> >> Miłosz Tylenda wrote: >> >>> Hey, Alan voted 100: :) >>> >>> I don't know if I'm allowed a vote, but mine would be +1 for 100 >>>> Alan >>>> >>> >>> >>> Result of the democratic election for OpenJPA source/test cde line >>>> length >>>> limit is 120. >>>> >>>> >>>> -------------------------------------------------------------------------- >>>> The vote count: >>>> >>>> 01. Alan Raison 120 >>>> 02. Albert Lee 120 >>>> 03. Craig Russell 100 >>>> 04. Dianne Richards 100 >>>> 05. Donald Woods 120 >>>> 06. Jeremy Bauer 120 >>>> 07. Kevin Sutter 120 >>>> 08. Michael Dick 100 >>>> 09. Milosz Tylenda 100 >>>> 10. Pinaki Poddar 120 >>>> 11. Ravi Palache 100 >>>> 12. Rick Curtis 120 >>>> >>>> Tally = (7*120 + 5*100)/12 = 111.67 >>>> >>>> n1 = no. of votes > 80 = 12 >>>> n2 = no. of votes < 80 = 0 >>>> >>>> ROUND_UP(111.67) = 120 >>>> >>>> ----------------------------------------------------------------------------------- >>>> >>>> Democracy is the recurrent suspicion that more than half of the people >>>> are >>>> right more than half of the time. >>>> >>>> >>>> >>>> ----- >>>> Pinaki >>>> -- >>>> View this message in context: >>>> >>>> http://n2.nabble.com/-VOTE-%3A-Extend-the-source-test-code-line-width-to-120-chars-tp3113489p3144630.html >>>> Sent from the OpenJPA Developers mailing list archive at Nabble.com. >>>> >>>> >>>> >>> >>
