v1.0.9
What's Changed
- Transform collection.size() < 1 to isEmpty() by @Bananeweizen in #184
- Fix
default
modifier type position to comply with Java Language Specification by @joteri in #188 - rename when same id but in different scopes by @joanvr in #196
- remove comments from same line by @joanvr in #195
- RemoveEmptyJavaDocParameters: added tests + fixed bugs by @joanvr in #198
- no diamond when argument to generic method by @joanvr in #197
- rename final variables too by @joanvr in #199
- Use method references in lambdas by @knutwannheden in #202
- Manually create LST for enums in
MinimumSwitchCases
by @knutwannheden in #204 - Simplify
if
s with literal conditions even if they jump by @tkindy in #193 - Refactor: Simplify RemoveUnreachableCodeVisitor by @pstreef in #206
- RenameLocalVariablesToCamelCase: Do not rename method argument names. by @pstreef in #205
FallThrough
must only addbreak
on normal termination by @knutwannheden in #208
New Contributors
Full Changelog: v1.0.8...v1.0.9