uber/NullAway
View on GitHubReplace calls to deprecated `com.google.errorprone.CompilationTestHelper#addSourceFile` in tests
Open
#1,425 opened on Jan 1, 2026
cleanupgood first issue
Repository metrics
- Stars
- (3,462 stars)
- PR merge metrics
- (Avg merge 3d 23h) (14 merged PRs in 30d)
Description
E.g., here:
We should call com.google.errorprone.CompilationTestHelper#addSourceLines instead and copy the relevant source into a text block, and then delete the separate source files. We can also remove any related @SuppressWarnings("deprecation") annotations.