Details
Description
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[])