Алексей Рамаев
Results
2
comments of
Алексей Рамаев
@timtebeek Seems I faced a similar issue. The run of **recipe org.openrewrite.java.format.TabsAndIndents** causes deleting the **public** modifier from class marked by **lombok.Generated** annotation. Before: `@Generated public class Test` After: `@Generated...
@timtebeek Thanks for the quick response. I would like the recipes to apply to these files, but without unexpected behavior, just what the recipe promises. Removing the public modifier and...