JetBrains / lincheck

Framework for testing concurrent data structures
Mozilla Public License 2.0
538 stars 31 forks source link

Implement `final` field detection without `Class.forName(..)` #297

Closed avpotapov00 closed 3 months ago

avpotapov00 commented 3 months ago

New way of final field detection without Class.forName. We need this change for merging transformation via Java agents.