Lincheck 2.29
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 withoutClass.forName(..)
by @avpotapov00 in #297 - Improve UX when running
*IsolatedTest
s 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