forked from phoedos/pmd
![Juan Martín Sotuyo Dodero](/assets/img/avatar_default.png)
- If a class extends a class that references / extends a missing class, it's possible for the `NoClassDefFoundError` to only rise once we call `isAnonymousClass()` on the `Class`. - For consistency with missing classes, we set the type to null. - Logging such missing classes is still pending #194