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 <[email protected]> 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
>
>
>