On Oct 4, 6:35 pm, Hans Hübner <[EMAIL PROTECTED]> wrote:
> user=> (. (String.) (blah))
> java.lang.IllegalArgumentException: No matching method found: blah
> (NO_SOURCE_FILE:0)
>
> It would be very helpful if the error message included the name of the
> class that has been considered to find the method ("String" in this
> case).  It is easy to not see what Java object a function is being
> applied to in a chain of dots and parenthesis.  The class name would
> give some cue as to where to look for the error.
>

I've added class names to the "no match" Reflector messages.

Thanks for the report,

Rich

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to