Version 2.0
Highlights
Tokenproducer 2.0 replaces the methods openGroup()
and closeGroup()
with leftParenthesis()
/rightParenthesis()
and others. Using the new event methods may allow you to write clearer code, although you can also have your old TokenHandler
implementation inherit from the new LegacyTokenHandler
, which is compatible with the 1.x API and provides a simpler upgrade path.
Detail of changes
- Introduce new events like
leftParenthesis()
/rightParenthesis()
as a replacement foropenGroup()
andcloseGroup()
. - Upgrade to jazzer-junit 0.16.1.
- Upgrade Gradle wrapper to 8.0.2.