Skip to content

Java: Reinstate useless null check results for fields that are no lon…

4a58a01
Select commit
Loading
Failed to load commit list.
Merged

Java: Replace SSA wrapper classes with shared implementation. #20761

Java: Reinstate useless null check results for fields that are no lon…
4a58a01
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Nov 12, 2025 in 8s

6 configurations not found

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

Actions workflow (rust-analysis.yml)

  • ❓  .github/workflows/rust-analysis.yml:analyze/language:rust

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:actions
  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:csharp

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 16 in java/ql/lib/semmle/code/java/dataflow/SSA.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning

Ssa is only different by casing from SSA that is used elsewhere for modules.

Check warning on line 221 in java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll

See this annotation in the file changed.

Code scanning / CodeQL

Candidate predicate not marked as `nomagic` Warning

Candidate predicate to
upcastEnhancedForStmt
is not marked as nomagic.

Check warning on line 217 in java/ql/lib/semmle/code/java/dataflow/internal/BaseSSA.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning

Ssa is only different by casing from SSA that is used elsewhere for modules.

Check warning on line 234 in java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning

Ssa is only different by casing from SSA that is used elsewhere for modules.