uber/NullAway
Replace calls to deprecated `com.google.errorprone.CompilationTestHelper#addSourceFile` in tests
Aperta
#1425 aperta il 1 gen 2026
cleanupgood first issue
Metriche repository
- Star
- (3462 stelle)
- Metriche merge PR
- (Merge medio 3g 23h) (14 PR mergiate in 30 g)
Descrizione
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.