Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We have a lot of suppressed warnings, some of these are easy to deal with and not hiding bugs, but the more I look at these, the scarier some of them get.
We have a few really nasty instances of "type laundering" going on, as well as plenty of cases of Map<String,Object> with nested structures hiding inside of that Object. We can clean up big chunks of this
Attachments
Issue Links
- causes
-
SOLR-17322 Once again allow rank queries to use custom TopDocsCollectors that operate on types that extend ScoreDocs (covariant generic types)
- Closed
- relates to
-
SOLR-15535 Address rawtypes warnings (raw Comparable use)
- Open
- links to