Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8-beta-1
-
None
-
None
Description
Currently the check for cyclic inheritance happens at 2 places - ResolveVisitor#checkCyclicInheritence() and Verifier#visitClass().
Both are very similar checks and may be both can be done in ResolveVisitor. It's anyway something that can be caught earlier than verifier.