Skip to content

Add line continuation to long description properties

0f8cd21
Select commit
Loading
Failed to load commit list.
Merged

Added 100+ New Quirks, Refactored Personality Traits & Quirk Classes #5088

Add line continuation to long description properties
0f8cd21
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Oct 20, 2024 in 6s

2 configurations not found

Warning: Code scanning cannot determine 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

View all branch alerts.

Annotations

Check notice on line 2569 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Aggression.parseFromString
should be avoided because it has been deprecated.

Check notice on line 2576 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Ambition.parseFromString
should be avoided because it has been deprecated.

Check notice on line 2583 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Greed.parseFromString
should be avoided because it has been deprecated.

Check notice on line 2590 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Social.parseFromString
should be avoided because it has been deprecated.

Check notice on line 2598 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
PersonalityQuirk.parseFromString
should be avoided because it has been deprecated.

Check notice on line 2605 in MekHQ/src/mekhq/campaign/personnel/Person.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Intelligence.parseFromString
should be avoided because it has been deprecated.