Thread/interrupted receives incorrect warning #2989
Labels
bug
Marks issues describing bugs
released-eap
Marks issues which have had the fixes released in an EAP build
Milestone
Recent versions of Cursive warn in cases where users use
(Object/field)
syntax. This is accepted by Clojure, but is usually not what the user intended - usually they want the value of the field, not to evaluate it as a function. Future versions of Clojure are likely to treat this as an error. However, in cases such as(Thread/interrupted)
, Cursive will warn incorrectly -Thread
has both a public static method and a field calledinterrupted
.The text was updated successfully, but these errors were encountered: