Lincheck 2.31
Improvements
- Loop detector refactoring by @eupp in #310
- Set lincheck version in tests for the plugin compatibility by @zuevmaxim in #312
- Exception message when no operations defined impoved by @avpotapov00 in #233
- Improve trace representation: show non-
this
object instances on method calls and show field names when usingVarHandle
,AtomicReference
, andUnsafe
by @avpotapov00 in #325
IntelliJ IDEA Plugin support:
- Object traverser fix by @avpotapov00 in #313
- Exceptions provided to the plugin by @avpotapov00 in #304
- Execution results are presented in case of any failure by @avpotapov00 in #314