Skip to content

Re-enable inspections that were temporarily suppressed for Qodana #18926

@Atharv3221

Description

@Atharv3221

We recently migrated to Qodana for code inspections. During the migration, some inspections were temporarily suppressed to allow the transition to complete without blocking development.

These suppressions are still in place, and the underlying code violations need to be resolved and suppressions should be removed.

https://github.com/checkstyle/checkstyle/blob/master/config/intellij-idea-inspections.xml , search "18926"

Inspections to Re-enable

  • ClassCanBeRecord
  • ClassEscapesItsScope
  • EmptyClass
  • EqualsWithItself
  • ExtractMethodRecommender
  • FieldMayBeStatic
  • Java9ReflectionClassVisibility
  • MappingBeforeCount
  • RedundantSuppression
  • SystemGetProperty
  • UnnecessarilyQualifiedStaticUsage
  • PropertiesAsHashtable
  • WhileCanBeDoWhile

Target 1 inspection per pr.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions