Skip to content

Commit

Permalink
Update UnnecessaryAbstractClass issue description to be less verbose (
Browse files Browse the repository at this point in the history
  • Loading branch information
segunfamisa committed Aug 15, 2022
1 parent ee1580f commit 09bc0b2
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -54,9 +54,7 @@ class UnnecessaryAbstractClass(config: Config = Config.empty) : Rule(config) {
Issue(
"UnnecessaryAbstractClass",
Severity.Style,
"An abstract class is unnecessary and can be refactored. " +
"An abstract class should have both abstract and concrete properties or functions. " +
noConcreteMember + " " + noAbstractMember,
"An abstract class is unnecessary. May be refactored to an interface or to a concrete class.",
Debt.FIVE_MINS
)

Expand Down

0 comments on commit 09bc0b2

Please sign in to comment.