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: added order factory which transform scenario objectives into actionables #5763

Closed
wants to merge 5 commits into from

feat: updated with changes from acar-formations-reintroduced

7889d93
Select commit
Loading
Failed to load commit list.
Closed

feat: added order factory which transform scenario objectives into actionables #5763

feat: updated with changes from acar-formations-reintroduced
7889d93
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 14, 2025 in 7s

4 new alerts

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 123 in MekHQ/src/mekhq/campaign/autoresolve/OrderFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'objective' is never used.

Check notice on line 165 in MekHQ/src/mekhq/campaign/autoresolve/OrderFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'withCondition orderBuilder' is never read.

Check notice on line 170 in MekHQ/src/mekhq/campaign/autoresolve/OrderFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Useless parameter Note

The parameter 'objective' is never used.

Check notice on line 197 in MekHQ/src/mekhq/campaign/autoresolve/OrderFactory.java

See this annotation in the file changed.

Code scanning / CodeQL

Unread local variable Note

Variable 'withCondition orderBuilder' is never read.