I made some recent tweaks to our Java grammar that Groovydoc uses. Those missing Groovydoc files should show up now (along with about 25 others) when we release 2.5.7. In the meantime, you can see them here:
http://docs.groovy-lang.org/docs/groovy-2.5.7-SNAPSHOT/html/gapi/ Cheers, Paul. On Tue, Feb 26, 2019 at 9:13 PM Paul King <pa...@asert.com.au> wrote: > > Hi, > > Groovydoc uses Groovy's compilation mechanics for Groovy files but also > has a Java parser for Java files. The current Java grammar used by > Groovydoc is a little old. Currently that parser fails on the following > line (groovy.sql.Sql.java, line: 297): > > try (Sql sql = newInstance(url)) { > > However, that change was only done recently. If the file has been missing > for some time, perhaps another case of newer syntax is elsewhere in the > file. > > We are working on a new version of Groovydoc but in the meantime you can > look at the Javadoc for those files: > > http://docs.groovy-lang.org/latest/html/api/groovy/sql/Sql.html > > http://docs.groovy-lang.org/latest/html/api/groovy/sql/Sql.AbstractQueryCommand.html > > Cheers, Paul. > > > On Tue, Feb 26, 2019 at 8:25 PM Sonal <sonals...@gmail.com> wrote: > >> Hello, >> I have notified this issue earlier also. In the >> documentation the Sql and SqlAbstractQueryCommand classes are missing under >> groovy.sql from long time now. >> Could you please restore them ? Thanks. >> >> Regards >> Sonal >> >> >>