ascopes / java-compiler-testing

Write sandboxed integration tests for Java annotation processors and plugins.
https://ascopes.github.io/java-compiler-testing/
Apache License 2.0
13 stars 10 forks source link

WIP: GH-720: Reduce snippet verbosity to a max of 5 lines. #733

Closed ascopes closed 1 month ago

ascopes commented 2 months ago

Reduces verbosity of overly long diagnostics in assertions.

This also removes leading and trailing context lines.

This is a WIP, and tests are likely still failing which I will address when I have time before merging this.

Fixes GH-720.