Welcome! Please see the About page for a little more info on how this works.

0 votes
in Compiler by

(defn unparse-pattern ^String [pattern] (.toString pattern)) Reflection warning, ring/swagger/coerce.clj:22:41 - reference to field toString can't be resolved.

Reflection isn't really necessary here, we could just special-case the methods on Object.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1688 (reported by michaelblume)
...