Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7-beta-1
-
None
-
winxp (sp3), Groovy Version: 1.5.7 JVM: 1.6.0_06 (compiled with JDK 1.5)
-
Patch
Description
Currently a developer cannot find out in which groovy release a groovy-jdk method was introduced. (see http://www.nabble.com/Using-Groovy-JDK-(Date)-in-Boostrap-td20681840.html#a20808776)
In this issue you will find a patch ('AddSinceTagToDocGenerator.patch', made on svn trunk: 1.7-beta-1-SNAPSHOT) which introduces this missing feature to the 'DocBuilder.groovy' and the corresponding HTML template. Additionally there is a second patch which introduces a version number to DefaultGroovyStaticMethods.java (method: public static Date parse( Date self, String format, String input ))
According to the conversation (http://www.nabble.com/Using-Groovy-JDK-(Date)-in-Boostrap-td20681840.html#a20808776) I try to patch the missing @since tags in DefaultGroovyMethods.groovy and DefaultGroovyStaticMethods.groovy within a different JIRA issue.
Attachments
Attachments
Issue Links
- is depended upon by
-
GROOVY-3206 Added @since Tag to DefaultGroovyMethods.groovy and DefaultGroovyStaticMethods.groovy
- Closed