-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 5.0
-
Component/s: tools
-
b43
-
sparc
-
solaris_9
The toString method for ExecutableDeclaration currently just returns
the method's simple name (the class's simple name for a constructor).
More info should be included.
Suggestion: return type params before the name, and value params after.
Don't include annotations or other modifiers, return type, or throws clause.
For example:
main(java.lang.String[])