ucr-riple / NullAwayAnnotator

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

Add missing flag control for constructor invocation serialization #144

Closed nimakarimipour closed 1 year ago

nimakarimipour commented 1 year ago

This PR adds the missing flag control for serialization for constructor invocation. It also adds a configuration to test to verify no output is created once all flags are turned off.

nimakarimipour commented 1 year ago

@msridhar Yes, we don't need these control at a fine grained level (they were required for previous versions) and one of the immediate changes I would like to do is to change this and add only one flag which either enables or disables all serializations after release of 1.3.6.

nimakarimipour commented 1 year ago

@msridhar Added the issue here #150.