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

Refactored Random Company Name Generator to Use CSV #4655

Merged
merged 7 commits into from
Sep 13, 2024

There is always one that gets forgotten

790edcd
Select commit
Loading
Failed to load commit list.
Merged

Refactored Random Company Name Generator to Use CSV #4655

There is always one that gets forgotten
790edcd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Sep 13, 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

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 121 in MekHQ/src/mekhq/campaign/personnel/backgrounds/RandomCompanyNameGenerator.java

See this annotation in the file changed.

Code scanning / CodeQL

Race condition in double-checked locking object initialization Warning

Potential race condition. This assignment to
randomCompanyNameGenerator
is visible to other threads before the subsequent statements are executed.