Skip to content

Lincheck 2.34

Latest
Compare
Choose a tag to compare
@ndkoval ndkoval released this 09 Sep 14:46

Bug Fixes

  • Fix typo in AtomicMethods.kt by @eupp in #356
  • Fix byte array element type in the bytecode transformation code by @eupp in #357
  • Do not use Kotlin in the bootstrap module by @ndkoval in #351
  • Fix possible ConcurrentModificationException when collection information in FinalFields and MethodIds by @ndkoval in #354
  • Avoid recursive enumeration of class and classloader instances when plugin is enabled by @avpotapov00 in #364
  • Use ClassReader.EXPAND_FRAMES as dictated by the AnalyzerAdapter documentation by @eupp in #368
  • In FieldSearchHelper skip protected or private fields that cannot be read by Unsafe by @eupp in #367
  • Ensure that array elements are transformed by @ndkoval in #372