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

(Not for merge) Campaign options iic GBC and sizing #5050

Draft
wants to merge 87 commits into
base: master
Choose a base branch
from

better ctor

2e0ca30
Select commit
Loading
Failed to load commit list.
Draft

(Not for merge) Campaign options iic GBC and sizing #5050

better ctor
2e0ca30
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Oct 15, 2024 in 5s

2 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 2 configurations present on refs/heads/master were not found:

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:analyze
  • ❓  .github/workflows/codeql-analysis.yml:analyze/java-distribution:temurin/java-version:/language:java/os:ubuntu-latest

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 194 in MekHQ/src/mekhq/gui/panes/campaignOptions/tabs/CampaignOptionsUtilities.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'width' is never used.

Check notice on line 385 in MekHQ/src/mekhq/gui/panes/campaignOptions/tabs/CampaignOptionsUtilities.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'int height' is never read.

Check notice on line 292 in MekHQ/src/mekhq/gui/panes/campaignOptions/tabs/RepairAndMaintenanceTab.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'isReversingQualityNames' is never used.

Check notice on line 775 in MekHQ/src/mekhq/gui/panes/campaignOptions/tabs/RulesetsTab.java

See this annotation in the file changed.

Code scanning / CodeQL

Unused classes and interfaces Note

Unused class: AtBBattleIntensityChangeListener is not referenced within this codebase. If not used as an external API it should be removed.