Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10336/src/bossa/syntax
Modified Files:
javaMethod.nice
Log Message:
Use the java method name in the full name, not the nice one, to be fully
independent of the retyping to identify the java method, in the rare case
where those two names are different.
Index: javaMethod.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/javaMethod.nice,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** javaMethod.nice 1 Apr 2005 00:09:23 -0000 1.13
--- javaMethod.nice 1 Apr 2005 16:05:53 -0000 1.14
***************
*** 34,40 ****
getFullName()
{
! return "JAVA:" + name + ':' +
! this.getReflectMethod().getDeclaringClass().getName() + '.' +
! this.getReflectMethod().getSignature();
}
--- 34,41 ----
getFullName()
{
! let reflectMethod = notNull(reflectMethod);
! return "JAVA:" + reflectMethod.getName() + ':' +
! reflectMethod.getDeclaringClass().getName() + '.' +
! reflectMethod.getSignature();
}
-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|