ucr-riple / NullAwayAnnotator

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

Avoid serializing 0-argument super calls in constructors #142

Open nimakarimipour opened 1 year ago

nimakarimipour commented 1 year ago

This PR prevents scanner to serialize generated constructor calls to super class with 0 arguments. These calls cannot have any impact on triggering new errors (they have no argument or return value). Preventing this, will reduce the output significantly and removes noises from unit tests.