Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
There are many warnings the Clojure compiler gives about reflection in the java.data library. Many can be eliminated with suitable type hints.
jdata-2-eliminate-reflection-v1.txt dated Oct 28 2012 eliminates many uses of Clojure reflection in java.data, but not all. Only the ones that appeared to be straightforward to eliminate via adding a type hint or two were fixed.