Hi great all devs, Following the path: http://tomee.apache.org/dev/contribution-tips.html
1) Final variables & fields are preferred where possible, but a lot of the > code is old. Feel free to add them and hand the code back. > *2)* If you have any skills with code coverage tools, then you'll > probably find way too much to do! Tests are always welcome. > 3) There are over a 1,000 TODO comments in the code. Maybe some should be > deleted. Maybe some could be completed. They probably all should have a > JIRA id on them. > *4)* Pick a random class, see if you can figure out what it is doing and > javadoc it. > 5) Add @Override where applicable > 6) Intellij has an 'Inspect Code' feature. Yikes does it produce a lot of > output. > 7) No doubt there is some exception handling that can be greatly improved. > Now i'm doing *2)* But going to do *4) *soon If has others things to do, please update contribution-tips page. I have personal real project (beginning) to use always the 'trunk' to force more feedback for TomEE https://github.com/EsmerilProgramming/fq cheers, helio ------------------------------------------- http://eprogramming.github.io
