Skip to content

Commit cff1278

Browse files
authored
1.12.1 (#324)
* 1.12.1 * fixing appl comp (#325) * Update changelog.txt
1 parent 6cf4b7a commit cff1278

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Upgrade Note
1212
------------------
1313
Whenever you upgrade code pal for ABAP, it is highly recommended to execute the Y_CI_CHECK_REGISTRATION report to activate/reactivate the Checks (SE38 transaction) and regenerate the respective code inspector variant (SCI transaction)
1414

15+
2021-02-09 v1.12.1
16+
------------------
17+
* Application Component Scan (#325)
18+
1519
2021-02-08 v1.12.0
1620
------------------
1721
+ Performance Improvements (#318)

src/foundation/y_check_base.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ CLASS y_check_base IMPLEMENTATION.
785785
result = xsdbool( main_app_comp = curr_app_comp ).
786786
CATCH cx_sy_itab_line_not_found
787787
ycx_entry_not_found.
788-
result = abap_false.
788+
result = abap_true.
789789
ENDTRY.
790790
ENDMETHOD.
791791

src/y_code_pal_version.intf.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
INTERFACE y_code_pal_version PUBLIC.
2-
CONSTANTS abap TYPE string VALUE '1.12.0' ##NO_TEXT.
2+
CONSTANTS abap TYPE string VALUE '1.12.1' ##NO_TEXT.
33
ENDINTERFACE.

0 commit comments

Comments
 (0)