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

feat: Remove all QODANA rules and corresponding tests #1457

Merged
merged 4 commits into from
Jan 14, 2024

Commits on Jan 14, 2024

  1. feat: Remove all QODANA rules and corresponding tests

    The commit deletes multiple 'xyz/keksdose/spoon/code_solver' QODANA rules files. Those include AnalyzerResultVisitor.java, CodeBlock2Expr.java, InnerClassMayBeStatic.java, MethodMayBeStatic.java, NonProtectedConstructorInAbstractClass.java and more. It implies that the corresponding code analysis behavior that each rule corresponds to has been deprecated or replaced by other logic. Additionally, related test files were also removed.
    MartinWitt committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ea97ad5 View commit details
    Browse the repository at this point in the history
  2. up

    MartinWitt committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    56eb489 View commit details
    Browse the repository at this point in the history
  3. up

    MartinWitt committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5de8818 View commit details
    Browse the repository at this point in the history
  4. up

    MartinWitt committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3fef5e9 View commit details
    Browse the repository at this point in the history