ucr-riple / NullAwayAnnotator

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

Bug fix in Injector Helper API for field declaration type computation #253

Closed nimakarimipour closed 1 week ago

nimakarimipour commented 1 week ago

This PR resolves a bug in Injector utility methods. The type for field declaration were not computed correctly and the raw type was returned with can loose some important information. This PR fixes that.