clement-brodu

Results 8 issues of clement-brodu

Many improvement for openedge abl langage - [x] disambigate `.p` and `.cls` - [x] add missing file extensions - [x] add alias `abl` - [x] add missing keywords - [x]...

needs-review

Hello, Here is my case: ```openedge INTERFACE IGetLabel: METHOD PUBLIC CHARACTER GetLabel( INPUT pCode AS CHARACTER ). END INTERFACE. ``` ``` CLASS MyObject IMPLEMENTS IGetLabel: METHOD PUBLIC CHARACTER GetLabel( INPUT...

Hello, My Versions : - Openedge 12.2.4 - sonar-openedge 2.13.1 I have 2 sonarlint and sonarscanner issues because of "No TypeInfo found for _parent class_". My Case : [DemoSonar.zip](https://github.com/Riverside-Software/sonar-openedge/files/6523391/DemoSonar.zip) -...

Hello, It could be a good idea to detect this error : ```openedge FOR EACH Customer FIELDS (CustNum) WHERE Customer.CustNum < 10 NO-LOCK: /* Customer.Name is missing from FIELDS */...

rule idea

Hello, Is it possible to add this kind of rule for openedge ? ![image](https://user-images.githubusercontent.com/37274615/115695397-10dd6780-a362-11eb-9676-1525f31401b9.png) Thank you,

enhancement

Hello, Since 2.26.1, it's much better, but I found some false positive : ```abl METHOD PUBLIC VOID Case4 (INPUT pRefresh AS LOGICAL): DEFINE VARIABLE vHTT AS HANDLE NO-UNDO. DEFINE VARIABLE...

Hello, Sonarlint (in eclipse) doesn't raise an issue in the case above. The same code raise an error with sonar-scanner / sonarqube. Version : * Openedge 12.8.2 * Plugin 2.26.0...

### What does this PR do? Try to fix this issue : https://github.com/traefik/traefik/issues/7884 I have also created a community topic: [https://community.traefik.io/t/ipallowlist-rejecting-ip-empty-ip-address-if-excludedips/28644](https://community.traefik.io/t/ipallowlist-rejecting-ip-empty-ip-address-if-excludedips/28644) If there is nothing in the `X-Forwarded-For` field, it...

kind/enhancement
status/1-needs-design-review
size/S
area/middleware