Synopsis: | Avoid really long classes |
Language: | Java |
Severity Level: | 2 |
Category: | CodeSize |
Description: |
Long class files are indications that the class may be trying to do too much. Try to break it down, and reduce the size to something manageable. This rule triggers in case a class has 1000 or more lines of code. |