Closed maxvetrenko closed 10 years ago
Measure method complexity and demand JavaDoc base for complex methods, and skip JavaDoc for banal methods. Determine the degree of method's difficulty by number of lines. http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.3.1-javadoc-exception-self-explanatory
Please provide checkstyle configuration that you expect to implement.
Measure method complexity and demand JavaDoc base for complex methods, and skip JavaDoc for banal methods. Determine the degree of method's difficulty by number of lines. http://google-styleguide.googlecode.com/svn/trunk/javaguide.html#s7.3.1-javadoc-exception-self-explanatory