-
Notifications
You must be signed in to change notification settings - Fork 90
Initialize JetBrains Junie 🚀 #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knutwannheden
added a commit
that referenced
this pull request
Jun 5, 2025
This reverts commit ec88484.
knutwannheden
added a commit
that referenced
this pull request
Jun 5, 2025
stefanodallapalma
pushed a commit
to stefanodallapalma/rewrite-static-analysis
that referenced
this pull request
Jul 15, 2025
* feat(junie): added .junie workflow * feat(junie): added .devcontainer.json * Update devcontainer.json --------- Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com> Co-authored-by: Knut Wannheden <[email protected]>
stefanodallapalma
pushed a commit
to stefanodallapalma/rewrite-static-analysis
that referenced
this pull request
Jul 15, 2025
) This reverts commit ec88484.
timtebeek
added a commit
that referenced
this pull request
Jul 17, 2025
* Initialize JetBrains Junie 🚀 (#583) * feat(junie): added .junie workflow * feat(junie): added .devcontainer.json * Update devcontainer.json --------- Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com> Co-authored-by: Knut Wannheden <[email protected]> * Revert "Initialize JetBrains Junie 🚀 (#583)" (#585) This reverts commit ec88484. * TypecastParenPad should not make incorrect changes for Groovy Fixes #561 * refactor: Extract documentation examples from tests Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.ExamplesExtractor?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <[email protected]> * UnnecessaryCatch: Handling MultiCatch * Fixed case where entire multi-catch should be deleted * Apply formatter * Collapse conditionals in `isCheckedException` to return early * Remove need for JavaTemplate * Reduce further * Also left trim alternatives * Do not remove catch for exceptions thrown * Avoid making changes for try with resources * Show yet another problematic case * Fix final test * Add another failing test * Update src/main/java/org/openrewrite/staticanalysis/UnnecessaryCatch.java Co-authored-by: Stefano Dalla Palma <[email protected]> * Update src/main/java/org/openrewrite/staticanalysis/UnnecessaryCatch.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Add another test case seen --------- Co-authored-by: jetbrains-junie[bot] <201638009+jetbrains-junie[bot]@users.noreply.github.com> Co-authored-by: Knut Wannheden <[email protected]> Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: Moderne <[email protected]> Co-authored-by: stefanod <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR initializes JetBrains Junie 🚀 by adding essential configuration files.
Includes:
Generated automatically by Junie. Review and customize as needed.