When getting metrics from a project, if you want to evaluate if a class is way too big, apart from other things, you can look at the number of lines.
For Java in particular, what would you say a recommended number would be?
I'm looking for a number to be used as part of my continuous integration server checks.
Java code conventions (from 1997) recommend a maximum of 2000 lines. http://java.sun.com/docs/codeconv
Related:
http://stackoverflow.com/questions/374262/is-there-a-recommended-number-of-lines-of-code-per-file
http://stackoverflow.com/questions/107855/is-there-any-no-of-lines-code-limit-for-a-java-class
http://stackoverflow.com/questions/1248873/lines-of-a-class-in-java