Skip to content

Lincheck 2.29

Compare
Choose a tag to compare
@ndkoval ndkoval released this 12 Apr 14:20
· 42 commits to master since this release

Improvements:

  • Optimize spin loops and fix regression by @eupp in #298
  • Optimize TransformationUtils.isCoroutineStateMachineClass by @ndkoval in #294
  • Optimize Method.isSuspendable implementation by @ndkoval in #293
  • Implement final field detection without Class.forName(..) by @avpotapov00 in #297
  • Improve UX when running *IsolatedTests from IntelliJ IDEA by @ndkoval in #274
  • Display enum values as enum names instead of <className>@<hashCode> by @ndkoval in #300
  • Object numeration representation fix by @avpotapov00 in #302