Issue508116
Created on 2002-01-24.20:09:24 by pedronis, last changed 2018-03-22.07:20:07 by jeff.allen.
msg554 (view) |
Author: Samuele Pedroni (pedronis) |
Date: 2002-01-24.20:09:24 |
|
>>> java.lang.reflect.Modifier.toString( 1 )
'1'
>>>
Here just in case, but
dunno if there's a win-win solution.
See:
http://sourceforge.net/mailarchive/forum.php?
thread_id=408772&forum_id=5587
|
msg3743 (view) |
Author: Frank Wierzbicki (fwierzbicki) |
Date: 2008-11-03.21:56:55 |
|
This *should* result in the string "public" but doesn't because of
static vs. non-static issue.
|
msg11841 (view) |
Author: Jeff Allen (jeff.allen) |
Date: 2018-03-22.07:20:07 |
|
Terse, and the URL is long gone, but see also #1002 and #2444.
|
|
Date |
User |
Action |
Args |
2018-03-22 07:20:07 | jeff.allen | set | priority: low -> normal nosy:
+ jeff.allen messages:
+ msg11841 |
2013-02-26 21:36:57 | fwierzbicki | set | versions:
+ Jython 2.7 |
2008-11-03 21:56:55 | fwierzbicki | set | nosy:
+ fwierzbicki messages:
+ msg3743 |
2002-01-24 20:09:24 | pedronis | create | |
|