Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Becoming_A_Nutch_Developer" page has been changed by SebastianNagel: http://wiki.apache.org/nutch/Becoming_A_Nutch_Developer?action=diff&rev1=12&rev2=13 Comment: link to eclipse-codeformat.xml (cf. NUTCH-865) for code style Once the JIRA is created and has been assigned to you then it is time to start coding. Remember to follow a few simple guidelines while coding. * All public classes and methods should have informative Javadoc comments. - * Code should be formatted according to Sun's conventions, with one exception indent two spaces per level, not four. + * Code should be formatted according to Sun's conventions, with one exception indent two spaces per level, not four. For Eclipse the code style formatter profile defined in [[http://svn.apache.org/viewvc/nutch/branches/2.x/eclipse-codeformat.xml|eclipse-codeformat.xml]] can be used to automatically format (only, see below) the contributed code. * Contributions should pass existing unit tests. * New junit test cases should be provided to demonstrate bugs fixes and new features.