Skip to content

issues Search Results · repo:openrewrite/rewrite-templating language:Java

Filter by

38 results
 (112 ms)

38 results

inopenrewrite/rewrite-templating (press backspace or delete to remove)

TL;DR: See PicnicSupermarket/error-prone-support#1853 and in particular this comment for details. When using rewrite-recipe-bom:3.14.1 and compiling Refaster rules with JDK 25 and rewrite-java-25, we ...
bug
question
  • Stephan202
  • 8
  • Opened 
    4 days ago
  • #165

Summary It seems like when a method invocation gets a parameter removed, the RefasterTemplateProcessor is maybeRemoving imports based on method parameter type instead of the argument (call site) type. ...
bug
  • pdelagrave
  • 4
  • Opened 
    on Jul 3
  • #151

It seems the generated code for @Matches doesn t respect the order of the parameters. It will generate code for the current position @Matches is in the parameter list, instead of the position is going ...
bug
  • fmodesto
  • 1
  • Opened 
    on Mar 3
  • #126

As seen on: - https://github.com/openrewrite/rewrite-testing-frameworks/pull/520 The AssertEqualWithMessage rule from Picnic s EPS contains a number of different before templates, each with different ...
bug
  • timtebeek
  • 2
  • Opened 
    on Dec 10, 2024
  • #119

What version of OpenRewrite are you using? I am using - OpenRewrite 2.23.1 - rewrite-templating 1.19.1 How are you running OpenRewrite? I wrote a simple demo project to learn writing recipes, it ...
bug
java-25+
  • mkarg
  • 9
  • Opened 
    on Dec 9, 2024
  • #118

What problem are you trying to solve? As discovered on: - https://github.com/openrewrite/rewrite-docs/pull/312 This template suppresses a warning: https://github.com/PicnicSupermarket/error-prone-support/blob/9b4cbfb84dcebd9dbdd2235ca2b76675dfcb8f2e/error-prone-contrib/src/main/java/tech/picnic/errorprone/refasterrules/BigDecimalRules.java#L60 ...
documentation
enhancement
good first issue
  • timtebeek
  • Opened 
    on Oct 25, 2024
  • #113

What is the smallest, simplest way to reproduce the problem? !-- Sometimes the logs indicate a recipe stumbled over a particular pattern of code. If you can share a code snippet that reproduces the issue, ...
bug
  • Bananeweizen
  • 2
  • Opened 
    on Aug 19, 2024
  • #107

What problem are you trying to solve? The classes generated by the rewrite-templating annotation processor fail some of our errorprone rules. Describe the solution you d like Add a @javax.annotation.processing.Generated( ...
enhancement
  • mbruggmann
  • 1
  • Opened 
    on Jul 9, 2024
  • #96

What problem are you trying to solve? Having a simple method migration recipe such as this: @BeforeTemplate void before(double actual, double expected, double delta, String msg) { ...
enhancement
question
  • Philzen
  • 3
  • Opened 
    on Jun 20, 2024
  • #95

What is the smallest, simplest way to reproduce the problem? Look at the locally generated RedundantCallRecipe.java for https://github.com/openrewrite/rewrite-migrate-java/blob/c223f325b13c1deb96eb96d6a6c9ff7570e5563c/src/main/java/org/openrewrite/java/migrate/lang/StringRules.java#L29-L33. ...
bug
  • Bananeweizen
  • 4
  • Opened 
    on Jun 17, 2024
  • #94
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub