uber/NullAway
Auf GitHub ansehenReplace calls to deprecated `com.google.errorprone.CompilationTestHelper#addSourceFile` in tests
Open
#1.425 geöffnet am 1. Jan. 2026
cleanupgood first issue
Beschreibung
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.