ucr-riple / NullAwayAnnotator

A tool to help adapting code bases to NullAway type system.
MIT License
13 stars 6 forks source link

Use @NullUnmarked in JSpecify in released version 0.3.0 for unit tests #154

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

Describe the task JSpecify version 0.3.0 is released and according to their documentation, it is very unlikely that the containing annotations in version 0.3.0 gets changed in any incompatible way. It worths cleaning up the qual module which only contains the @NullUnmarked annotation provided for tests and reuse org.jspecify:jspecify:0.3.0 in tests configurations.

Expected behavior Remove qual module and use org.jspecify:jspecify:0.3.0 in test configurations.