Skip to content

0.145

Compare
Choose a tag to compare
@leibnitz27 leibnitz27 released this 31 May 18:52
· 443 commits to master since this release
  • Improve support for JVM9+'s multi version jar.
  • Fix bug in nested string resugaring. (Thanks dmitryg)
  • Improve sugaring around some bad bool casts.
  • Some tidying to improve decompilation of hand written classfiles. (See SootOptimisationTests).
  • Where possible, collapse multiple JSRs.
  • Fix bad preincrement in some java6 code.
  • Fix typo in java 12+ switch expressions. (Thanks timothyp)
  • Improve iter loops where we can unbox immediately.
  • Remove more pointless super()s