Skip to content
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

Fix UnnecessaryAbstractClass false-positive #2533

Merged
merged 1 commit into from
Mar 28, 2020
Merged

Fix UnnecessaryAbstractClass false-positive #2533

merged 1 commit into from
Mar 28, 2020

Conversation

schalkms
Copy link
Member

An abstract class with concrete members derived from a base class is not reported by this rule, since there are actually concrete members created in the inheritance tree.

Closes #2526

An abstract class with concrete members derived from a base class is not reported by this rule, since there are actually concrete members created in the inheritance tree.

Closes #2526
@arturbosch arturbosch merged commit a8d2ea1 into detekt:master Mar 28, 2020
@arturbosch arturbosch added this to the 1.7.2 milestone Mar 28, 2020
@schalkms schalkms deleted the fix-#2526-UnnecessaryAbstractClass branch March 28, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnnecessaryAbstractClass false positive for abstractproperties
3 participants