RE: Groovy JDK documentation
> -----Original Message-----
> From: Guillaume Laforge [mailto:glaforge-zv4gYlyE9qRGWvitb5QawA@public.gmane.org]
> Sent: Thursday, January 22, 2004 10:13 AM
> To: groovy-dev-81qHHgoATdGxIXFVlbCvtR2eb7JE58TQ@public.gmane.org
> Cc: groovy-user-81qHHgoATdGxIXFVlbCvtR2eb7JE58TQ@public.gmane.org
> Subject: [groovy-user] Groovy JDK documentation
>
> Hello groovy hackers,
>
> Maybe you haven't yet noticed, but there is a new page in the
> user guide
> section on the web site:
>
> http://groovy.codehaus.org/groovy-jdk.html
>
> There you will find a page with all the methods that we added
> to the core
> JDK classes to make them more groovy. There is an exhaustive list of
> methods, sorted by JDK class to which those methods apply.
Excellent!
> For the curious ones, this documentation is automagically
> generated with
> "maven site".
> I wrote a neat groovy script (DocGenerator.groovy) which
> parses the javadoc
> of DefaultGroovyMethods (thanks to QDox) and outputs an HTML page.
>
> A word for developers now, when adding/modifying a method in
> DefaultGroovyMethods, please try to give as much details in
> your javadoc
> comments (body, return, param, throws).
I was looking at DefaultGroovyMethods.java a couple of days ago and wondered if it wouldn't be a good idea to split that class into a few different classes. For example, GroovyStringMethods.java, GroovyIOMethods.java, GroovySQLMethods.java, ...
-------------------------------------------------------------------------------------
A.G. Edwards & Sons' outgoing and incoming e-mails are electronically
archived and subject to review and/or disclosure to someone other
than the recipient.
-------------------------------------------------------------------------------------