Bugs item #916875, was opened at 2004-03-15 12:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=916875&group_id=23735
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ilya Perminov (iperminov)
Assigned to: Nobody/Anonymous (nobody)
Summary: The 'name annotation is not set on java generic procedures
Initial Comment:
(import s2j)
(define-generic-java-method foo)
(foo 10)
Error: no applicable method for args (10) in generic
procedure #0=#<procedure>
The error message does not provide the procedure name. It
happens, because the generic procedure that reports the
error is
wrapped with another procedure and the name is set on
it, but not
on the generic.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=916875&group_id=23735
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|