code-pal-for-abap icon indicating copy to clipboard operation
code-pal-for-abap copied to clipboard

code pal for ABAP is a highly configurable engine, fully integrated into the ABAP development framework ensuring Cloud’s built-in quality.

Results 46 code-pal-for-abap issues
Sort by recently updated
recently updated
newest added

> 💡 Code pal for ABAP follows the [Clean ABAP](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md). If the issue relates to coding style, please submit it [here](https://github.com/SAP/styleguides/issues). **Check Name** > Equals Sign Chaining **Actual Behavior** >...

bug

Add link to Github docu to ADT finding details. Closes #562

Part two of #557: The language in the documentation was often inconsistent and sometimes did not reflect the actual behavior of the checks. Particular attention to: - Consistent capitalization (e.g....

Tracking issue for documentation. - [x] Remove accidental SAP-internal content (as reported in #242, #544) - [ ] Review documentation language/phrasing - [ ] Create a better overview of which...

documentation

Check: Self-reference The following code has six superfluous `me->`s, four of which are for method calls, which is what the check claims it detects: ```abap class cl definition. public section....

enhancement

> 💡 Code pal for ABAP follows the [Clean ABAP](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md). If the issue relates to coding style, please submit it [here](https://github.com/SAP/styleguides/issues). **Check Name** Number of Public Attributes Check **Actual Behavior**...

discussion

When I use ATC with Code-PAL checks in SAP GUI there is a link within the finding to open the Github docu of the check. In ADT the link is...

bug
documentation

ref https://github.com/SAP/code-pal-for-abap/commit/0f34fa855d303de03f1191a2ec157cb45915ac06 "this tool contains a set of rules to guarantee the Clean ABAP adherence" so reading this, it means that if the rules of code-pal is green, my code...

documentation

**Check Name** > Comment Usage **Error replication** > Internal system EHR **Actual Behavior** > This check is being thrown for report `RP_HRCCO_NECOH_WRI` which was automatically generated as part of the...

bug

The Codepal check seems to be remote-enabled, I have setup them in our Remote-CI-Hub, but the checks are not triggered: always passed without error, which is not correct. On the...

feature