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

tech detection: SAST Fixes (SonarLint) #5827

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kingthorin
Copy link
Member

Overview

  • AppPattern > Remove unnecessary right side type declaration.
  • CHANGELOG > Add maint note.
  • ExtensionWappalyzer > Remove unused/unnecessary variables.
  • PopupMenuEvidence > Use .equals() for String comparison.
  • TechPanel > Adjust to more appropriate use of constants.
  • TechPassiveScanner > Remove unnecessary right side type declaration.
  • TechJsonParser > Remove unnecessary ThreadGroup declaration and assignment.

Related Issues

N/A

Checklist

  • [na] Update help
  • Update changelog
  • Run ./gradlew spotlessApply for code formatting
  • [na] Write tests
  • [na] Check code coverage
  • Sign-off commits
  • Squash commits
  • Use a descriptive title

- AppPattern > Remove unnecessary right side type declaration.
- CHANGELOG > Add maint note.
- ExtensionWappalyzer > Remove unused/unnecessary variables.
- PopupMenuEvidence > Use .equals() for String comparison.
- TechPanel > Adjust to more appropriate use of constants.
- TechPassiveScanner > Remove unnecessary right side type declaration.
- TechJsonParser > Remove unnecessary ThreadGroup declaration and
assignment.

Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant