Nice/src/bossa/modules Package.java,1.136,1.137
Daniel Bonniot <[email protected]>
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15108/src/bossa/modules
Modified Files:
Package.java
Log Message:
Find compiled version of dispatch methods even when they are members of
Nice classes (and not static members of the dispatch class).
Index: Package.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/modules/Package.java,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** Package.java 20 Feb 2005 21:20:02 -0000 1.136
--- Package.java 28 Feb 2005 14:01:07 -0000 1.137
***************
*** 741,747 ****
}
! public Method lookupDispatchClassMethod(String name, String attribute, String value)
{
! return lookupClassMethod(source.getDispatch(), name, attribute, value);
}
--- 741,750 ----
}
! public Method lookupDispatchClassMethod
! (ClassType clas, String name, String attribute, String value)
{
! if (clas == null)
! clas = source.getDispatch();
! return lookupClassMethod(clas, name, attribute, value);
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click