Skip to content

ci: Add DuplicatedCode Qodana check #5850

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bryceitoc9
Copy link
Contributor

Description

Adds Qodana check for duplicated code, which show up in Qodana as Moderate level changes (lowest level)

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bryceitoc9 bryceitoc9 requested a review from a team as a code owner June 24, 2025 17:46
Copy link

github-actions bot commented Jun 24, 2025

Qodana Community for JVM

12 new problems were found

Inspection name Severity Problems
Extension class should be final and non-public 🔶 Warning 4
Unused symbol 🔶 Warning 3
Constructor parameter is never used as a property 🔶 Warning 1
Companion object in extensions 🔶 Warning 1
Component/Action not registered 🔶 Warning 1
Redundant 'suspend' modifier 🔶 Warning 1
Function or property has platform type ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@bryceitoc9 bryceitoc9 force-pushed the bryceito/duplicated-code-qodana branch from f54881d to 8066fa6 Compare June 24, 2025 22:55
@bryceitoc9 bryceitoc9 force-pushed the bryceito/duplicated-code-qodana branch from 25686ed to ba2ee8e Compare July 1, 2025 18:17
@bryceitoc9 bryceitoc9 force-pushed the bryceito/duplicated-code-qodana branch 6 times, most recently from 8d227c1 to 4d4b37b Compare July 3, 2025 05:18
@bryceitoc9 bryceitoc9 force-pushed the bryceito/duplicated-code-qodana branch from 4d4b37b to 804bcf6 Compare July 3, 2025 05:37
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.

1 participant