Jens Schwarz
9285dd29b3
Fix for issue #1044 ( #3167 )
...
* Fix for issue #1044
* Change of local variable names
* fix of bad indentation
* Update src/objects/zcl_abapgit_objects_files.clas.abap
Co-Authored-By: Lars Hvam <larshp@hotmail.com>
* Update zcl_abapgit_objects_files.clas.abap
* Also always add BOM in abapgit.xml file
* Update zcl_abapgit_dot_abapgit.clas.abap
* Update zcl_abapgit_objects_files.clas.abap
* Update zcl_abapgit_convert.clas.abap
* Update zcl_abapgit_convert.clas.abap
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-02-01 07:43:08 +01:00
Lars Hvam
f6e8332754
Cleanup ( #2753 )
...
* refactor IF
* fix some indentation
* indentation fixes
* indentation fixes
* indentation
* indentation
2019-06-25 03:02:51 -07:00
Alexander Tsybulsky
2fdff035be
unify convert utils, part1
2019-04-24 07:59:06 -07:00
Alexander Tsybulsky
1ad16a03fe
SCI page deisgn ( #2542 )
...
* codeinsp design, phase 1
* fix alpha_output
* final design
2019-03-18 07:58:34 -07:00
Lars Hvam
fc167ff3cd
update abaplint config to latest ( #2480 )
...
* update abaplint config to latest
* remove some descriptions
* remove more descriptions
* fixes
* fixes
2019-03-04 07:12:42 -08:00
Alexander Tsybulsky
dd52f33497
move isola to zcl_abapgit_convert
2018-12-30 08:07:19 +01:00
Lars Hvam
06616580eb
Naming conventions ( #2059 )
...
* fix naming conventions
* naming conventions
2018-11-07 12:50:20 +01:00
larshp
e49b404b58
delete some unreferenced variables
2018-08-07 16:01:29 +02:00
Frederik Hudák
9d79bc3cc5
Removed endmethod and endclass comments - folder utils
2018-08-01 18:55:31 +02:00
mkaesemann
3ec6188536
Fixed build issues
...
Removed whitespace at end of empty line caused by the Github editor.
2018-07-09 11:35:57 +02:00
mkaesemann
7dc2dc1af2
Fixed formatting errors
...
Fixed indentation and linter issues
2018-07-09 11:32:32 +02:00
Michael Käsemann
3294474243
Performance Improvement in BITBYTE_TO_INT Conversion
...
- Changed: Reduced calculations and processing required to convert a bit string into an integer value to a minimum.
2018-07-09 11:09:53 +02:00
Michael Käsemann
f7f78dfc26
Performance Improvement in X_TO_BITBYTE Conversion
...
- Changed: Since X_TO_BITBYTE only converts a single byte to a bitstring, it is faster to use direct addressing instead of a loop/concatenate pair, since concatenate on characters has to process the whole char array in each run.
2018-07-06 15:39:52 +02:00
larshp
641025f907
lcl_convert to global class #1061
2018-01-06 07:16:58 +00:00