SAP / abap-cleaner

ABAP cleaner applies 95+ cleanup rules to ABAP code at a single keystroke
Apache License 2.0
457 stars 48 forks source link

enhancements and bugfixes for version 1.19.0 #357

Closed jmgrassau closed 2 months ago

github-actions[bot] commented 2 months ago

Test Results

2 923 tests  +444   2 922 :white_check_mark: +443   21s :stopwatch: ±0s   133 suites + 24       0 :zzz: ±  0    133 files   + 24       1 :x: +  1 

For more details on these failures, see this check.

Results for commit 70561019. ± Comparison against base commit 41b20e10.

This pull request removes 2 and adds 446 tests. Note that renamed tests count towards both. ``` com.sap.adt.abapcleaner.parser.TokenTest ‑ testGetEndOfLogicalExpression com.sap.adt.abapcleaner.parser.TokenTest ‑ testGetEndOfLogicalExpressionAbapSql ``` ``` com.sap.adt.abapcleaner.base.DdlTest ‑ testIsBuiltInFunction com.sap.adt.abapcleaner.base.DdlTest ‑ testIsCharAllowedForAnyKeyword com.sap.adt.abapcleaner.base.DdlTest ‑ testIsCharAllowedForIdentifier com.sap.adt.abapcleaner.base.DdlTest ‑ testIsComparisonOperator com.sap.adt.abapcleaner.base.DdlTest ‑ testIsKeyword com.sap.adt.abapcleaner.base.DdlTest ‑ testIsKnownCollocation com.sap.adt.abapcleaner.base.DdlTest ‑ testIsNumeric com.sap.adt.abapcleaner.base.DdlTest ‑ testParameterNull com.sap.adt.abapcleaner.base.StringUtilTest ‑ testContainsAnyAt com.sap.adt.abapcleaner.base.StringUtilTest ‑ testContainsAnyAtIgnoringCase … ```