dominickdm

Results 8 issues of dominickdm

We have issues with FIND statements in combination with Oracle databases (using the progress Dataserver). To mimic progress behavior, the dataserver must keep multiple cursors open. Because of that, we...

rule idea

Hello, Is it possible to add a supress option for every rule? For example i'm unable to suppress the rule 'TableScanAndWhere'. I tried '{&_proparse_ prolint-nowarn(TableScanAndWhere)}' and {&_proparse_prolint-nowarn(TableScanAndWhere)}, but both of...

Hi, Is there a possibility to add a rule to indicate unused using statements? Thanks

rule idea

In a procedure we have the following RUN-statement: ```... IF NOT AVAILABLE b_Action THEN RUN CreateAction(b_Result.rslt_Object, b_Result.rslt_ObjectTime, b_Result.rslt_Specimen, wb_SelectedOutput.out_Procedure, wb_SelectedOutput.out_MaterialInput, BUFFER b_Action). ... ``` Beyond the same procedure, the implementation...

rule idea

Hi, When we do the following request: [ https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002011]( https://api.monarchinitiative.org/api/sim/search?taxon=9606&id=HP:0002011) the respons give an error: `{"error": {"message": "An exception occurred: Expecting value: line 1 column 1 (char 0)", "code": 500}}`...

Hi, The following code snippet is not violating the 'Conversion could overflow variable' rule, although it could lead to runtime errors like value XXXX too large to fit in INTEGER...

rule idea

Hello, Today, we are struggling with the IndentationCheck rule in legacy code using preprocessor directives. For readability, we put statements that only apply for TTY (or not) with 1 extra...

Hello, Regarding SonarLint - eclipse plugin: sometimes our .schema files got corrupted, is that a known issue? Every +- 2 weeks I have a colleague with parse errors due to...

sonarlint