Error Prone 2.35.0
Changes:
- Fix handling of
\s
before the trailing delimiter inMisleadingEscapedSpace
TimeUnitMismatch
improvements: handle binary trees, consider trees likefooSeconds * 1000
to have units of millis
New checks:
JavaDurationGetSecondsToToSeconds
: Preferduration.toSeconds()
overduration.getSeconds()
Full changelog: v2.34.0...v2.35.0