-
-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnnecessaryAbstractClass excludeAnnotatedClasses not working #2360
Comments
I was able to reproduce this issue. I'm working on a potential fix |
Fix is here: #2361 Apparently we're not catching fully qualified annotations (like yours
|
Thanks.
Actually the code compiles. |
Yeah you're right, my fault. |
Expected Behavior
The follow code should pass the rule
UnnecessaryAbstractClass
.The config
Observed Behavior
It fails the rule.
Your Environment
Thanks!
The text was updated successfully, but these errors were encountered: