micrometer-metrics/micrometer
Auf GitHub ansehenRemove @NullUnmarked workaround for NullAway bug on generic types
Open
#6.404 geöffnet am 14. Juni 2025
help wantednullabilitypolishtype: task
Beschreibung
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.