== Description ==
The found method's declaringClass is used to call
getAsMethodOfPublicBase - this might lead to problems see below.

== Steps to Repdoduce ==
(let [vm (vm-attach-socket host port)
          eventrequestmanager (.eventRequestManager vm)
          method-entry-request (.createMethodEntryRequest
eventrequestmanager)]
   (.addClassFilter method-entry-request "clojure.lang.*"))

fails with:
Can't call public method of non-public class: public synchronized void
com.sun.tools.jdi.EventRequestManagerImpl
$ClassVisibleEventRequestImpl.addClassFilter(java.lang.String)
  [Thrown class java.lang.IllegalArgumentException]
-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to