Skip to content

Bump dependency com.uber.nullaway:nullaway to v0.14.1 - #1978

Merged
uhafner merged 1 commit into
mainfrom
renovate/nullaway.version
Sep 3, 2026
Merged

Bump dependency com.uber.nullaway:nullaway to v0.14.1#1978
uhafner merged 1 commit into
mainfrom
renovate/nullaway.version

Conversation

@renovate

@renovate renovate Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.14.00.14.1 age confidence

Release Notes

uber/NullAway (com.uber.nullaway:nullaway)

v0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental.
Thanks to all who tested out this mode, reported bugs, and contributed! Please
continue to test and send feedback. See the 0.14.0 release notes below for
more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#​1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#​1710)
  • Fix attribute errors reported during dataflow (#​1736)
  • Apply library models to an overridden method type when checking overrides (#​1722)
  • Deduplicate generic inference failure warnings (#​1741)
  • Preserve nested nullness annotations through inheritance (#​1742)
  • Fix crash for generic qualifiers in method references (#​1744)
  • Cache immutable stubx library models (#​1745)
  • Allow nullable method references for void functions (#​1747)
  • Preserve nested nullness in enhanced-for variable types (#​1748)
  • Track nullable elements in enhanced-for dataflow (#​1749)
  • Honor ignored methods in null-marked library models (#​1753)
  • Avoid crashes on malformed @Contract arity (fixes #​1726) (#​1756)
  • Inherit null-implies-null models across overrides (#​1758)
  • Fix inference for annotated type variable uses (#​1759)
  • Preserve contract unreachability across store joins (#​1761)
  • Prevent recursion on self-referential wildcard bounds (#​1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#​1764)
  • Improve diagnostics for non-null type variable bounds (#​1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#​1775)
  • Maintenance

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Update of dependencies label Aug 30, 2026
@github-actions
github-actions Bot requested a review from uhafner August 30, 2026 02:13
@github-actions

Copy link
Copy Markdown

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: ✅ successful — 87 passed $\textsf{(±0)}$, 2 skipped $\textsf{(±0)}$
   ⛔   Architecture Tests: ✅ successful — 18 passed $\textsf{(±0)}$, 2 skipped $\textsf{(±0)}$

Coverage for New Code

   〰️   Line Coverage: 100.00% — perfect 🎉
   ➰   Branch Coverage: 100.00% — perfect 🎉
   PIT   Mutation Coverage: 100.00% — perfect 🎉
   💪   Test Strength: 100.00% — perfect 🎉

Coverage for Whole Project

   〰️   Line Coverage: 92.03% $\textsf{(±0)}$ — 64 missed lines
   ➰   Branch Coverage: 92.04% $\textsf{(±0)}$ — 18 missed branches
   PIT   Mutation Coverage: 91.16% $\textsf{(±0)}$ — 29 survived mutations
   💪   Test Strength: 93.15% $\textsf{(±0)}$ — 22 survived mutations in tested code

Style

   CheckStyle   CheckStyle: No warnings $\textsf{(±0)}$
   PMD   PMD: No warnings $\textsf{(±0)}$
   ☕   Java Compiler: No warnings $\textsf{(±0)}$

Bugs

   SpotBugs   SpotBugs: No bugs $\textsf{(±0)}$
   🐛   Error Prone: No bugs $\textsf{(±0)}$

API Problems

   🚫   Revapi: No warnings $\textsf{(±0)}$

Vulnerabilities

   🛡️   OWASP Dependency Check: No vulnerabilities $\textsf{(±0)}$

Software Metrics

   🌀   Cyclomatic Complexity: 397 (total)
   💭   Cognitive Complexity: 173 (total)
   ➿   N-Path Complexity: 361 (total)
   📏   Lines of Code: 4722 (total)
   📝   Non Commenting Source Statements: 1338 (total)
   🔗   Class Cohesion: 71.43% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

📌 Reference Results

Delta reports computed against the reference results of 2ef4d75 in workflow run 33074612160.

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Overall Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage in New Code: 100.00 >= 90.00
  • ✅ Branch Coverage in New Code: 100.00 >= 90.00
  • ✅ Mutation Coverage in New Code: 100.00 >= 90.00
  • ✅ Potential Bugs in Whole Project: 0.00 <= 0.00
  • ✅ Style Violation in Whole Project: 0.00 <= 0.00

Created by Quality Monitor v4.15.0 (#82d77af). More details are shown in the GitHub Checks Result.

@uhafner
uhafner merged commit 70fe096 into main Sep 3, 2026
17 checks passed
@uhafner
uhafner deleted the renovate/nullaway.version branch September 3, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant