v2.0.0-pre13 - Java 17, isNullEmpty Method and Exposure of ChildNodeList by AST Nodes
Pre-release
Pre-release
- Update to Java 17 because it's the LTS release
- Update gradle wrapper to 8.0.2
- Remove old compatibility code
- Added two tests that demonstrate a method that adds a declaration if it doesn't exist (using the ED index) and a transform that moves unsized array specifiers around
- Expose the
ChildNodeList
as a return type onASTNode
subclasses that contain lists of children - Added
isNullEmpty
toChildNodeList
that is likeisEmpty
but also return true if there are only null items in the list
Full Changelog: v2.0.0-pre12...v2.0.0-pre13