Skip to content

Commit

Permalink
Remove AbstractConfig class (#974)
Browse files Browse the repository at this point in the history
`AbstractConfig` has only had one subclass for a long time, and I don't
see any future scenario in which we add more. Removing `AbstractConfig`
makes adding new NullAway options easier. We push down the code from
`AbstractConfig` into `ErrorProneCLIFlagsConfig` and make the fields
private and final instead of protected.
  • Loading branch information
msridhar committed Jun 8, 2024
1 parent 646b7ab commit 87f16cd
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 364 deletions.
363 changes: 0 additions & 363 deletions nullaway/src/main/java/com/uber/nullaway/AbstractConfig.java

This file was deleted.

Loading

0 comments on commit 87f16cd

Please sign in to comment.