rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Automated mass refactoring of source code.

Results 317 rewrite issues
Sort by recently updated
recently updated
newest added

``` org.opentest4j.AssertionFailedError: [When parsing and printing the source code back to text without modifications, the printed source didn't match the original source code. This means there is a bug in...

bug

When parsing object values, the parser seems to interpret them as blocks or objectvalues depending on whether there is a single attribute or multiple attributes present within the object value....

discovery

I have a multi-module project and I wanted to added a Plugin, but when I ran it the plugin was added to each and every POM file and not just...

bug
enhancement

Example: ```yaml root: - value1: 🛠 value2: check ``` Exception: ``` com.fasterxml.jackson.databind.JsonMappingException: Invalid surrogate pair, starts with invalid high surrogate (0xDEE0), not in valid range [0xD800, 0xDBFF] (through reference chain:...

bug

- [x] `getAttributeValue(String)` / `getAttribute(String)` on `Block` - [x] `withAttributeValue(String, String)` on `Block` - [x] `JsonPathMatcher` for HCL - [x] `DeleteContent` by path (content includes blocks but could also include...

enhancement

```java lineBreak.withMargin(shift + lineBreak.getMargin()) ``` A margin will contain a new line followed by the whitespace leading up to a `*` if it exists. Adding the shift before a new...

bug

JavaDocs consist of `Javadoc.Text` and `Javadoc.LineBreak` and are not simple to create. The JavaTemplate may be used to generate correctly structured JavaDocs based on a String, and add the comment...

enhancement

Hi, I want to import the given param for the annotation `@Scope(ConfigurableBeanFactory.SCOPE_SINGLETON)` My visitor has to do the following action: - Remove @Singleton: OK - Add @Scope annotation with ConfigurableBeanFactory.SCOPE_SINGLETON...

question

Context from @JLLeitschuh > variable assignments on the right side of an assignment are valid for the left type. Also, verifying that arguments being passed to constructors or methods are...

enhancement