Skip to content

Lincheck 2.36

Latest
Compare
Choose a tag to compare
@ndkoval ndkoval released this 18 Feb 21:50

New Features

Bug Fixes

  • Instantiate testClass taking into account its enclosing class by @ivandev0 in #466
  • Fix instrumentation of newly loaded classes by @eupp in #525
  • fix: broken links to test samples by @danil-pavlov in #527

Improvements

  • Improve default function representation in trace by @bbrockbernd in #523
  • Fix Unit representation in the trace by @eupp in #528
  • Move Intellij plugin related functionality into IdeaPlugin.kt by @eupp in #465
  • Move ideaPluginEnabled into the file scope by @ivandev0 in #471
  • Ignore flaky coroutines multiple suspensions test by @eupp in #509