Skip to content

Commit

Permalink
Bump org.checkerframework:checker-qual from 3.43.0 to 3.44.0
Browse files Browse the repository at this point in the history
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.43.0 to 3.44.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p>
<blockquote>
<h2>Checker Framework 3.44.0</h2>
<h2>Version 3.44.0 (June 3, 2024)</h2>
<p><strong>Implementation details:</strong></p>
<p>Removed methods:</p>
<ul>
<li><code>AbstractAnalysis.readFromStore()</code>:  use <code>Map.get()</code></li>
</ul>
<p>Renamed methods:</p>
<ul>
<li><code>CFAbstractStore.methodValues()</code> =&gt; <code>methodCallExpressions()</code></li>
<li><code>AbstractCFGVisualizer.format()</code> =&gt; <code>escapeString()</code></li>
</ul>
<p>Renamed fields:</p>
<ul>
<li><code>AnalysisResult.stores</code> =&gt; <code>inputs</code></li>
</ul>
<p>Deprecated methods:</p>
<ul>
<li><code>AbstractAnalysis.getContainingMethod()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>AbstractAnalysis.getContainingClass()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>ControlFlowGraph.getContainingMethod()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>ControlFlowGraph.getContainingClass()</code> =&gt; <code>getEnclosingClass()</code></li>
<li><code>JavaExpression.isUnassignableByOtherCode()</code> =&gt; <code>isAssignableByOtherCode()</code></li>
<li><code>JavaExpression.isUnmodifiableByOtherCode()</code> =&gt; <code>isModifiableByOtherCode()</code></li>
</ul>
<p><code>BaseTypeVisitor#visitMethod(MethodTree, Void)</code> is now <code>final</code>.
Subclasses should override <code>BaseTypeVisitor#processMethodTree(MethodTree)</code>.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://redirect.github.com/typetools/checker-framework/issues/802">#802</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2676">#2676</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2780">#2780</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2926">#2926</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3378">#3378</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3612">#3612</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3764">#3764</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/4007">#4007</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/4964">#4964</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5070">#5070</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5176">#5176</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5237">#5237</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5541">#5541</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6046">#6046</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6382">#6382</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6388">#6388</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6566">#6566</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6568">#6568</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6570">#6570</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6576">#6576</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6577">#6577</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6631">#6631</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6635">#6635</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6636">#6636</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6644">#6644</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p>
<blockquote>
<h2>Version 3.44.0 (June 3, 2024)</h2>
<p><strong>Implementation details:</strong></p>
<p>Removed methods:</p>
<ul>
<li><code>AbstractAnalysis.readFromStore()</code>:  use <code>Map.get()</code></li>
</ul>
<p>Renamed methods:</p>
<ul>
<li><code>CFAbstractStore.methodValues()</code> =&gt; <code>methodCallExpressions()</code></li>
<li><code>AbstractCFGVisualizer.format()</code> =&gt; <code>escapeString()</code></li>
</ul>
<p>Renamed fields:</p>
<ul>
<li><code>AnalysisResult.stores</code> =&gt; <code>inputs</code></li>
</ul>
<p>Deprecated methods:</p>
<ul>
<li><code>AbstractAnalysis.getContainingMethod()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>AbstractAnalysis.getContainingClass()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>ControlFlowGraph.getContainingMethod()</code> =&gt; <code>getEnclosingMethod()</code></li>
<li><code>ControlFlowGraph.getContainingClass()</code> =&gt; <code>getEnclosingClass()</code></li>
<li><code>JavaExpression.isUnassignableByOtherCode()</code> =&gt; <code>isAssignableByOtherCode()</code></li>
<li><code>JavaExpression.isUnmodifiableByOtherCode()</code> =&gt; <code>isModifiableByOtherCode()</code></li>
</ul>
<p><code>BaseTypeVisitor#visitMethod(MethodTree, Void)</code> is now <code>final</code>.
Subclasses should override <code>BaseTypeVisitor#processMethodTree(MethodTree)</code>.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://redirect.github.com/typetools/checker-framework/issues/802">#802</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2676">#2676</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2780">#2780</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/2926">#2926</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3378">#3378</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3612">#3612</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/3764">#3764</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/4007">#4007</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/4964">#4964</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5070">#5070</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5176">#5176</a>,
<a href="https://redirect.github.com/typetools/checker-framework/issues/5237">#5237</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5541">#5541</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6046">#6046</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6382">#6382</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6388">#6388</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6566">#6566</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6568">#6568</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6570">#6570</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6576">#6576</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6577">#6577</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6631">#6631</a>,
<a href="https://redirect.github.com/typetools/checker-framework/issues/6635">#6635</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6636">#6636</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6644">#6644</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typetools/checker-framework/commit/9ae1463515712cd26315acb521a05af1d4404155"><code>9ae1463</code></a> new release 3.44.0</li>
<li><a href="https://github.com/typetools/checker-framework/commit/a4a42329f37095d4794765021ddbc0468c640ecf"><code>a4a4232</code></a> Prep for release.</li>
<li><a href="https://github.com/typetools/checker-framework/commit/cac43aaf3fda8753c6a290795549b9e375a3acdf"><code>cac43aa</code></a> Use instantiation of inference variable. (<a href="https://redirect.github.com/typetools/checker-framework/issues/6638">#6638</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/463c4eb28d192977697a356bfcee97e169f4db1c"><code>463c4eb</code></a> Don't use <code>-XDrawDiagnostics</code> in testing framework (<a href="https://redirect.github.com/typetools/checker-framework/issues/6647">#6647</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/b188046fd46d2127a9de5902128cf2bbdc671480"><code>b188046</code></a> Don't use <code>-XDrawDiagnostics</code> in jtreg tests when it is not necessary (<a href="https://redirect.github.com/typetools/checker-framework/issues/6646">#6646</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/c85eb692e7c8326c7bc8d781a6354538b9e591b7"><code>c85eb69</code></a> Preprocess unicode escapes when parsing using JavaParser (<a href="https://redirect.github.com/typetools/checker-framework/issues/6632">#6632</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/959822af6142aa87491d8e9aa6fa43092ddcd35e"><code>959822a</code></a> Update versions.autoValue to v1.11.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6640">#6640</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/869577ba46fad9d890542822defbef62e7214bdd"><code>869577b</code></a> Update versions.errorprone to v2.28.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6643">#6643</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/8a25d992d52f055069a6bf0379bbb91432dcf0e5"><code>8a25d99</code></a> Update dependency gradle to v8.8 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6639">#6639</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/9657f9f29cc5e8aed2569db7d55b12a0b1d46504"><code>9657f9f</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.734</li>
<li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.43.0...checker-framework-3.44.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.checkerframework:checker-qual&package-manager=maven&previous-version=3.43.0&new-version=3.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Fixes #438

COPYBARA_INTEGRATE_REVIEW=#438 from google:dependabot/maven/org.checkerframework-checker-qual-3.44.0 e196893
PiperOrigin-RevId: 640114363
  • Loading branch information
dependabot[bot] authored and Compile-Testing Team committed Jun 4, 2024
1 parent 26fa283 commit 55340f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.43.0</version>
<version>3.44.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 55340f5

Please sign in to comment.