Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openrewrite/rewrite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.13.3
Choose a base ref
...
head repository: openrewrite/rewrite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.13.4
Choose a head ref
  • 7 commits
  • 16 files changed
  • 3 contributors

Commits on Jan 14, 2024

  1. Do not unwrap negated assignment

    Fixes #3913
    timtebeek committed Jan 14, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    addaleax Anna Henningsen
    Copy the full SHA
    670dd5c View commit details

Commits on Jan 15, 2024

  1. Fix TypesInUse regression (#3914)

    * Fix `TypesInUse` regression
    
    Introduced in 9d264b4
    
    Fixes: #3909
    
    * Correct method name detection
    
    * Update rewrite-java-test/src/test/java/org/openrewrite/java/RemoveUnusedImportsTest.java
    
    Co-authored-by: Tim te Beek <[email protected]>
    
    ---------
    
    Co-authored-by: Tim te Beek <[email protected]>
    knutwannheden and timtebeek authored Jan 15, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    jasnell James M Snell
    Copy the full SHA
    b716dc3 View commit details
  2. FindParseFailures: Null-safe

    knutwannheden committed Jan 15, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    danielleadams Danielle Adams
    Copy the full SHA
    ef368c0 View commit details
  3. Find @Option annotations without example values (#3917)

    * Find `@Option` annotations without `example` values
    
    As came up in Slack: openrewrite/gh-automation#45 (comment)
    
    * Skip boolean fields
    timtebeek authored Jan 15, 2024
    Copy the full SHA
    ddf55a1 View commit details
  4. Add CommitMessage marker

    sambsnyd committed Jan 15, 2024
    Copy the full SHA
    8a42e33 View commit details
  5. License headers

    sambsnyd committed Jan 15, 2024
    Copy the full SHA
    78f82c8 View commit details
  6. Print idempotence for prefix of varargs parameters in Javadoc

    knutwannheden committed Jan 15, 2024
    Copy the full SHA
    8955881 View commit details
Loading