Lars Hvam
eb7e819b25
refactoring, delete unused variables and methods ( #3203 )
...
* zlib
* xml
* processor
* shi5
* remove unused filter parameter
* pinf cleanup
* ssfo delete empty method
* highlighter
* gui page res, remove unused
* remove unused in diff class
* adt link
* gui, remove 2 unused parameters
* branch overview
2020-02-09 09:38:17 +01:00
Lars Hvam
38837c3268
zlib, remove macros, #3170 ( #3190 )
...
* zlib, remove macros, #3170
* sneaky update to abaplint.json
* sneaky sneaky
* Update abaplint.json
2020-02-02 07:01:56 +01:00
Lars Hvam
3e0b0505b1
remove commented code ( #3166 )
...
* update abaplint.json
* remove commented code
* remove 2 unused variables
2020-01-24 14:31:04 +01:00
Lars Hvam
7bbaf069e2
File format update collection ( #2605 )
...
* File format update - changed object handler
I removed the following fields:
CLAS
VSEOCLASS-VERSION
INTF
VSEOINTERF-VERSION
PROG
PROGDIR-STATE
DCLS
AS4LOCAL
ABAP_LANGUAGE_VERSION (if exists)
DDLS
ABAP_LANGUAGE_VERSION (if exists)
DDLX
VERSION
RESPONSIBLE
MASTER_SYSTEM
MSAG
DOKIL-DOKSTATE
ENQU
DD25V-AS4LOCAL
DD25V-AS4VERS
* fix syntax error
* also clear PROG VARCL
* update XML files
2019-03-31 01:17:46 -07:00
sandraros
8e2e2f13fc
shortdump ZCL_ABAPGIT_ZLIB->Decompress #2483 ( #2600 )
...
* shortdump ZCL_ABAPGIT_ZLIB->Decompress #2483
Short dump ASSERTION_FAILED while pulling from a Git repository.
It's because of block type '00' (variable `lv_btype`) not handled at all.
00 is "non-compressed blocks", see https://www.ietf.org/rfc/rfc1951.txt section 3.2.4
The issue used to happen with Azure DevOps website, for "tree" objects (100644...) but not all tree objects.
Correction : algorithm added to handle non-compressed blocks. Test method added to complete the current test for blocks with fixed Huffman codes (01). Also one test method added for testing blocks with dynamic Huffman codes (10), test data taken from ZAZLIB.
* Lint code alignment issue
2019-03-30 03:19:55 -07:00
Eduardo Ferrari Copat
d47027ad6c
Remove redundant class and interface metadata ( #2195 )
...
* Remove CLSFINAL from VSEOCLASS serialization
* Remove EXPOSURE from VSEOCLASS serialization
* Remove clsabstrct from VSEOCLASS serialization
* Remove EXPOSURE from VSEOINTERF serialization
* Revert "Remove EXPOSURE from VSEOINTERF serialization"
This reverts commit 4036b7d015
.
2018-12-12 14:31:42 +01:00
Frederik Hudák
26c6f4b4dc
Removed endmethod and endclass comments - folders syntax, zlib, xml
2018-08-03 13:33:33 +02:00
Lars Hvam
d49ac90a3b
add unit tests for zlib ( #1271 )
...
* add unit tests for ZCL_ABAPGIT_ZLIB_CONVERT
* add unit tests for ZCL_ABAPGIT_ZLIB_STREAM
2018-03-26 13:55:22 +02:00
Lars Hvam
803148fa0f
fix some naming conventions #1132 ( #1211 )
2018-02-17 13:55:12 +01:00
Lars Hvam
ed5e4a9525
zlib to global ( #1097 )
...
* stream
* huffman
* zlib
* pretty print
2018-01-07 14:46:26 +01:00
larshp
2c3c94ab25
fix description
2017-10-05 15:04:57 +00:00
larshp
3c002b1684
add packages
2017-10-05 15:04:30 +00:00
larshp
f76050e71a
test
2017-09-03 06:03:35 +00:00