Paul Pogonyshev
Results
22
issues of
Paul Pogonyshev
In our project we use a simple custom wrapper over `String.format()`.Error-Prone has FormatStringAnnotation that would check for inconsistencies in format string, but unfortunately it is _stricter_ (unwantedly) than FormatString. In...
**Describe the bug** When using `...extracting ("foo")`, any exceptions thrown by property getter (i.e. `getFoo()`) is silently ignored if there is also a field named `foo`. * assertj core version:...