Gilles Querret

Results 184 comments of Gilles Querret

The problem with this kind of rule is that real issues may be lost in the noise. A common example is for late instantiation of procedures, with an `initialized` variable,...

Added in develop

Back to whiteboard for 2nd analysis.

Transaction scope is read from the listing file (if they're generated with PCT), and there's currently only one rule which just raise an issue if the entire `.p` is starting...

For external ABL classes without source code, the best would be to have annotations kept in rcode. So the AVM team should be bribed. I don't know enough of .Net,...

Yes, a mechanism has to be available to mark classes from rcode or external DLL as deprecated (as annotations are not kept in rcode). Question: is there a Deprecated annotation...

I'd stick with `@Deprecated` annotation, as documentation is not processed in proparse.

And yes, it would be better to log a case in PCT in order to support `@Deprecated` annotations in ABLDuck.

Right, the engine currently doesn't take into account this case.

@maelstraggiotti You can test this PCT version, where a new boolean attribute (alternateXmlXrefName) is available. Default value is false, and means the original naming convention is used. Setting the value...