mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00

* Add performance test * Fix some linter errors * Refactor free selections to reduce method length * Performance test add title to result ALV * Attempt downport * Downport * Pretty Printer VS abaplint * Undo more changes done by pretty printer * Adjust performance popup title and ALV layout * Move free sel dialog to global for abapmerge * Move some type definitions for abapmerge Co-authored-by: Lars Hvam <larshp@hotmail.com>
17 lines
492 B
XML
17 lines
492 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>ZCL_ABAPGIT_PERFORMANCE_TEST</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>Performance test run</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|