This code references JCBlock.endpos field that isn't available in all javac versions: https://github.com/eisop/annotation-tools/blame/d7aabb7291857a1e809ea7ec70ca7a8b2a2864d2/annotation-file-utilities/src/main/java/org/checkerframework/afu/annotator/scanner/InitBlockScanner.java#L44 See also https://github.com/typetools/annotation-tools/commit/f8743f0279fd372240c6fdcc7c0432325f8e86fc
This code references JCBlock.endpos field that isn't available in all javac versions:
https://github.com/eisop/annotation-tools/blame/d7aabb7291857a1e809ea7ec70ca7a8b2a2864d2/annotation-file-utilities/src/main/java/org/checkerframework/afu/annotator/scanner/InitBlockScanner.java#L44
See also typetools@f8743f0