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

Remove PMD dependency #403

Open
1 of 3 tasks
Luro02 opened this issue Feb 1, 2024 · 0 comments
Open
1 of 3 tasks

Remove PMD dependency #403

Luro02 opened this issue Feb 1, 2024 · 0 comments

Comments

@Luro02
Copy link
Collaborator

Luro02 commented Feb 1, 2024

Description

There are multiple reasons for this

  • if something breaks, they don't fix it
  • performance
  • simplify autograder dependencies
  • improve performance

Remaining PMD checks

  • complexity.DiamondOperatorCheck: new ArrayList<String>() Rewrite DiamondOperatorCheck in Spoon #559
  • complexity.RedundantReturnCheck: void foo() { return; }
  • complexity.RedundantConstructorCheck: class A { A() {} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant