Class to deep in inheritance tree
The default depth is 2. However, even trivial classes fail under this condition. e.g.
class MyException extends Exception { ... }
Reports a depth of 4. Perhaps it should ignore system libraries, or all classes from other libraries, or the default should be something reasonable like 7.
Please sign in to leave a comment.