Lars Hvam
f417f8fa18
cleanup: select_add_order_by skip FAE + fix all omit_parameter_name ( #6544 )
2023-10-15 15:18:31 +02:00
Lars Hvam
260af61407
ecatt exceptions, test ( #4312 )
2020-12-12 08:51:49 +01:00
Marc Bernard
bdc44f7476
Remove self-references ( #4115 )
...
* Remove self-references
Remove unnecessary self-references (me->)
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#omit-the-self-reference-me-when-calling-an-instance-method
* 702: Fix syntax error
No chaining with EXPORTING & CHANGING
* remove addiontal me, update abaplint config
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-11-02 09:25:27 +01:00
Lars Hvam
aec7468aad
Type Hunting ( #3414 )
...
* Type Hunting
* update
* update
* flag
2020-05-26 05:55:28 +02:00
Lars Hvam
b42f3bc485
Refactoring ( #3134 )
...
* fully type constants
* moving to single line
* move to single line
* enable keep_single_parameter_on_one_line
2019-12-28 12:11:32 +01:00
Lars Hvam
714fe7202d
whitespace fixes ( #2964 )
...
* whitespace fixes
* fix sql compare operators
2019-10-11 02:50:16 -07:00
Srinivasu Reddy
2f43ee4591
Changes to compare operators to align code
2019-05-24 06:50:15 -07:00
Lars Hvam
f9318305e9
Minor fixes ( #2532 )
...
* minor fixes regarding unused variables
* minor code inspector fixes
2019-03-15 05:54:39 -07:00
Christian Günter
b588daf5f7
ECATT: remove dynamic method calls #2407 ( #2411 )
...
* ECATT: remove dynamic method calls
This commit introduces two new interfaces to remove dynamic method calls.
- ZIF_ABAPGIT_ECATT_DOWNLOAD
- ZIF_ABAPGIT_ECATT_UPLOAD
* ECATT: Rename method
Rename method z_set_stream_for_upload to set_stream_for_upload
as we now use our own interface and there's no risk that SAP
standard introduces a method with the same name
2019-02-18 01:30:14 -08:00
Lars Hvam
cb4479b95b
Cleanup ( #2361 )
...
* pretty print
* move identical code outside IF
* remove space before .
* remove unreferenced variables
* remove unreferenced variables
* remove unreferenced variables
* fix pseudo comment
* remove unreferenced field symbols
2019-02-04 23:08:29 -08:00
larshp
ee76ec1f45
update to latest abaplint
2019-01-18 07:06:55 +01:00
larshp
9270a58b62
cleanup unreference variables
2018-11-09 11:55:47 +01:00
larshp
7cdbbc92b6
remove some unreferenced variables
2018-11-08 16:35:08 +01:00
Lars Hvam
4fa485bf96
Remove superfluous spaces ( #1712 )
...
* remove spaces
* remove spaces
* remove spaces
* remove double space
2018-07-29 10:08:54 +02:00
Frederik Hudák
c4639f65ce
Removed endmethod and endclass comments - objects folder
2018-07-28 10:10:16 +02:00
Lars Hvam
62580af494
Omit parameter name where possible ( #1704 )
...
* zcl_abapgit_2fa_github_auth omit parameter name
* ecatt omit parameter names
* zcl_abapgit_ecatt_script_downl pretty print
* zcl_abapgit_ecatt_script_downl omit parameter name
* zcl_abapgit_ecatt_val_obj_upl omit parameter name
* zcl_abapgit_file_status omit parameter name
* zcl_abapgit_gui omit parameter name
* zcl_abapgit_gui_page_boverview omit parameter name
* zcl_abapgit_syntax_highlighter omit parameter name
2018-07-28 07:25:28 +02:00
Thoralf Hänsel
5e824d7b62
Naming conventions for zcl_abapgit_ecatt_script_downl #1132 ( #1604 )
...
* Naming conventions zcl_abapgit_ecatt_script_downl
https://github.com/larshp/abapGit/issues/1132
* Fix indentation.
https://github.com/larshp/abapGit/issues/1132
* Naming conventions zcl_abapgit_ecatt_val_obj_upl
https://github.com/larshp/abapGit/issues/1132
2018-07-09 16:30:46 +02:00
Christian Günter
f5586f3b4a
ECAT serialization
2018-04-05 08:56:46 +02:00