cverbiest

Results 14 issues of cverbiest

### Allow an annotation to be used to mark e method/property/class as deprecated Currently deprecatedis marked using comments but that format cannot be used by sonar-openedge, see https://github.com/Riverside-Software/sonar-openedge/issues/164 ### Actual...

I noticed that AblDuck now also documents procedures. Thank you it looks great. I detected following issue , ### External functions appear in documentation of a procedure When we use...

### Single user fallback on PCTConnection We have some tasks where it does not matter whether there is a database server running or not. e.g. dump df , dump .d...

enhancement

I've come across following in our code. This is wrong because of the double `&&` on `&not_avail_string` ``` { cceinc/trigdsp.i &ident = BOEKJAAR-MISC &rec_field = BJ-EINDE &dsp_frame = {&misc_frame} &dsp_field...

rule idea

Rule to flag cast that is not necessary ``` define variable lError as Progress.Lang.Error no-undo. cast(lError, Progress.Lang.Error):GetMessage(1). define variable lAppError as Progress.Lang.AppError no-undo. cast(lAppError, Progress.Lang.Error):GetMessage(1). ```

rule idea

We consider all ActiveX usage as outdated legacy. Can we configure the rule so that the default allowed Progress & Microsoft are flagged as well ?

enhancement

getters and setters should not specify the access mode if it is the same as the property. Following code would violate this rule ``` define public property ProfilerCoverage as logical...

rule idea

@gquerret, @lneumeier I'm not sure what is the best place to post this as this issues involves multiple parties, not sure who from Progress I could include in this query....

Each class, public/protected property and method should have a documentation header. This rule would flag all classes, properties and methods that don't have such a header. I think it would...

This is a proposal for a new configurable rule. This rule would work like the keywordmatch rule that allows you to add extra rules through configuration. The rule checks that...

rule idea