Hi Steve, > Looking through the chains site, I cannot see any coding > standards listed. Is there a guide I can reference for any Java work I > undertake? Also, is there an acceptable ASF Eclipse IDE code formatter file > (xml) that I can use?
Did you have a look at the chain parent pom? It refers to a shared checkstyle configuration[1] across all chain modules. About the IDE, it is basically the default Eclipse configuration with some exceptions, such as not tabs, 102char per column, ... No XML config per IDE ATM, unfortunateluy - just run `mvn site` and have a look at checkstyle report... HTH, -Simo [1] http://s.apache.org/EhZ http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sat, Mar 16, 2013 at 4:19 PM, Steve Westwood <steve.westw...@hexsaw.org.uk> wrote: > I am looking to undertake some work on commons-chain, but would prefer any > work I contribute to adhere to acceptable Apache conventions. Scanning > through various ASF projects, it appears as if conventions are enforced on a > per-project basis. Looking through the chains site, I cannot see any coding > standards listed. Is there a guide I can reference for any Java work I > undertake? Also, is there an acceptable ASF Eclipse IDE code formatter file > (xml) that I can use? > > > > Thanks in advance, > > > > Steve Westwood > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org