Gilles Querret

Results 184 comments of Gilles Querret

I'll have a look, I thought the problem was fixed as part of #880.

The `GET-FIRST` and `GET-LAST` methods use `NO-LOCK` by default, so I assume you're talking about the `GET` statement with a modifier on a static query ? e.g. ``` define query...

Very good idea, but must wait for the ANTLR4 transition to be completed. Hopefully, that should be around December.

ABLDuck still relies on the Progress parser (ast.jar and ast-dependencies.jar). Did you upgrade those JAR files to 12.5 ?

I've done a quick test with the latest version of the JAR files, and I confirm that I can reproduce the problem. The property is in fact not available in...

@DustinGrau-PSC Right, I think the problem comes from ast.jar, not from the ABLDuck task

Good old System.out.println here: https://github.com/Riverside-Software/pct/blob/master/src/java/eu/rssw/pct/oedoc/ClassDocumentationVisitor.java#L272

This case is specifically excluded from the existing rule, as there's nothing you can do if you don't have any usage for this variable. It could technically be possible to...