micrometer-metrics/micrometer
Ver no GitHubRemove @NullUnmarked workaround for NullAway bug on generic types
Open
#6.404 aberto em 14 de jun. de 2025
help wantednullabilitypolishtype: task
Métricas do repositório
- Stars
- (4.220 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 21h) (100 fundiu PRs em 30d)
Description
It seems <T extends @Nullable Object> does not work well in some situations, see https://github.com/uber/NullAway/issues/1075.
Because of this bug in NullAway, we need to use @NullUnmarked and "invert" the contract unnecessarily, see here and here.