Stephan Schroevers

Results 39 issues of Stephan Schroevers

While reviewing PicnicSupermarket/error-prone-support#984, I noticed that version 1.15.4 of Pitest reports fewer mutations than version 1.15.3. On cursory inspection it appears that version 1.15.4 no longer mutates deferred code that...

This is a minimal (?) fix for #595. It adds support for: - `-XepPatchChecks` arguments combining built-in and Refaster rules. - `-XepPatchChecks` arguments listing multiple Refaster rules. Open points and...

cla: yes

In e5ffbe4b14f2c4e59aef331e308f23d602fdd431 Error Prone added support for tracking the time spent by each check. This feature was not exposed in a way that OSS users of Error Prone can easily...

cla: yes

As of Mockito 2.1 one [can mock `final` classes](https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2#mockito-210). This is an opt-in feature, enabled by storing the value `mock-maker-inline` in the `mockito-extensions/org.mockito.plugins.MockMaker` classpath resource. Suggestions: 1. Update the `CannotMockFinalClass`...

After merging PicnicSupermarket/error-prone-support#973, in which explicit test dependencies on `junit-jupiter-engine` were dropped (since Surefire anyway provides the test framework implementation based on an analysis of the test classpath), we noticed...

The parent hasn't been released yet, so this is WIP.

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,...

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...

new feature

~**Edit:** PR #603 was spun off from this PR. That change should be merged and finalized first.~ Suggested commit message: ``` Update all tests to use text blocks (#198) All...

improvement

Suggested commit message: ``` Introduce `ExplicitArgumentEnumeration` check (#985) ``` I found this on an old branch from early last year. Extended it a bit and now putting it up for...