Lucas Borin

Results 50 comments of Lucas Borin

I would appreciate this feature. For a giving repository, I have a PR that changes 9 files. The `noIssues` tag contains +12k objects! It takes ~8min to run on it.

![image](https://user-images.githubusercontent.com/5233413/137338931-2771b957-77e1-4430-bb5e-2be713e5d478.png) Ref: [Obscuring with Methods](https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-us/abenbuilt_in_functions_syntax.htm#@@ITOC@@ABENBUILT_IN_FUNCTIONS_SYNTAX_3?file=abenbuilt_in_functions_syntax.htm)

Please, consider this thread for non-tables as well. In the code-pal, the check applies for all kinds of returnings (object, table, string, etc).

Personally, I am not a fan of the `ALIASES`. I usually recommend the following approach: For instance: ![image](https://user-images.githubusercontent.com/5233413/123320589-55bf7f00-d508-11eb-896d-7c6b15948d04.png) The class returns its instance typed as the interface so that the...

Similar issues: * https://github.com/SAP/code-pal-for-abap/issues/362 * https://github.com/SAP/styleguides/issues/236

In the Stack Trace, please check the alignment of lines 755 and 756: ![image](https://user-images.githubusercontent.com/5233413/174602447-28d7a03e-9540-48fc-b0de-e5952d33ce6a.png) The source file is the same, but depending on the display it trims the initial spaces...

Is the code under inspection available in the remote system that will perform the inspection too?

I tested here, and it works. However, you must have: - the code pal installed and active in both systems - RFC set in SCI => Code Inspector => Management...

Unfortunately, code pal only works in the system which has the object under scan as it consumes local tables like TRDIR, TADIR, REPOSRC, etc. These tables are required for code...

Hi colleagues. I created a draft version (`2.00.0`, #539) that supports the RFC scenario. Feel free to install it in your sandbox system (as it is an alpha/beta version) to...