Skip to content

v1.0.9

Compare
Choose a tag to compare
@kunli2 kunli2 released this 27 Oct 23:56
· 322 commits to main since this release
6d9048c

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 ifs 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 add break on normal termination by @knutwannheden in #208

New Contributors

Full Changelog: v1.0.8...v1.0.9