error-prone-support icon indicating copy to clipboard operation
error-prone-support copied to clipboard

Error Prone extensions: extra bug checkers and a large battery of Refaster rules.

Results 46 error-prone-support issues
Sort by recently updated
recently updated
newest added

This PR aims to split out some of the changes from #894 to minimize the diff of that PR. It's introducing too many changes to review at once. After we...

improvement

#632 Suggested commit message: ``` Introduce `Slf4jLogDeclaration` check (#783) ```

new feature

Suggested commit message: ``` Introduce `RedundantStringEscape` check (#1138) This check aims to simplify string constants by dropping redundant single quote escape sequences. The check is optimized for performance. While there,...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fmt-maven-plugin](https://togithub.com/spotify/fmt-maven-plugin) | build | minor | `2.22.1` -> `2.23` | --- ### Release...

dependencies

### Summary This PR introduces a bunch of rules associated to `StepVerifier.Asserations` and a trivial `StepVerifier` rule. --- ### Example I spotted the following interesting pattern: ```java Mono.empty() .as(StepVerifier::create) .expectError(SpecificException.class)...

new feature

:exclamation: This PR is on top of #1138. :exclamation: This is a draft PR; a bit more work (especially around tests) is required. I'm opening the PR already, as I'd...

Suggested commit message: ``` Introduce `CanonicalConstantFieldName` check (#794) ```

new feature

#595 ### Suggested commit message ``` Introduce `MemberOrder` check (#636) ```

#1044 #### Suggested commit message 🎉 ``` Introduce `DuplicateAnnotationAttributeListing` bug checker ```