Gilles Querret

Results 13 issues of Gilles Querret

Based on this [discussion](https://github.com/Riverside-Software/sonar-openedge/issues/950#issuecomment-1060734117), it should be possible to have a different name for XML XREF files. The alternate name should be controlled by a switch as there is a...

Based on discussion with @ChadThomsonPSC **Describe the bug** PCTDynRun can't connect to a database in no-integrity mode. Same procedure with PCTRun works perfectly. **To Reproduce** ```xml ``` An error is...

bug

On behalf of NCC This code block triggers rule ExtraCharactersInIdentifier on line 2, while that's in fact a dot comment. ```abl hExcel:Worksheets(1):Cells(1, 1) = "XXX". .hExcel:Worksheets(1):Cells(1, 2) = "YYY". hExcel:Worksheets(1):Cells(1,...

proparse
False positive

On behalf of RITS Found in the 2.14.1 prerelease: * Expression has no effect is triggered when calling methods on COM-HANDLE variables without the parenthesis, i.e. `cExcelApp:Quit` or `cExcelApp:Workbooks:Add`) *...

Call references have been dropped during the ANTLR4 migration as there was no immediate use, but some rules may now use them, as well as the standalone parser. First implementation...

internal
proparse

Ability to annotate classes, interfaces and methods in OOABL code. Any use of a deprecated object would have to be reported, whether in procedural or OO code.

rule idea

A regression of the OE plugin has been spotted in SQ 9.7 (in the license management screen), so don't upgrade for now.

bug

ClumsySyntax issue raised, "statement should end with a period". ``` NO-RETURN-VALUE wordAppl:AppHide("Microsoft Word"). ```

False positive

On behalf of VIF Two change requests in rules: * Rule TooManyParameters would be easier to read if issues were raised on the callee instead of the caller * Many...

enhancement

On behalf of SMIT (reported some time ago) It seems that I have found an issue, which is related to https://github.com/Riverside-Software/sonar-openedge/issues/116 and https://github.com/Riverside-Software/sonar-openedge/issues/100. When there are two temp-tables joined, then...