epugh commented on PR #4222:
URL: https://github.com/apache/solr/pull/4222#issuecomment-4089996682
I want to track this from copilot for potentially seperate PR's.. cause
using nulls intentionally in these seems, well, suss...
# Preserved with @SuppressForbidden (8 locations, 7 files)
| File | Reason |
|------|--------|
| RuleBasedAuthorizationPluginBase.java | singletonList(null) – intentional
null role |
| BaseTestRuleBasedAuthorizationPlugin.java | singletonList(null) – test for
null role |
| ClusterFileStore.java (×2) | singletonMap(path, null) – NOFILE/METADATA
cases |
| TestDistribFileStore.java | singletonMap("...", null) – test expectation |
| NestedAtomicUpdateTest.java | singletonMap("set", empty ? ... : null) –
conditional null |
| LastFieldValueUpdateProcessorFactory.java | Result may be null if field
contains null values |
| FirstFieldValueUpdateProcessorFactory.java | Iterator.next() may return
null field values |
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]