|
1 | 1 | code-pal-for-abap changelog
|
2 | 2 | =================
|
3 | 3 |
|
| 4 | +Dependencies |
| 5 | +------------------ |
| 6 | +1. SAP Note 2527903 - Remote analysis (for check system) |
| 7 | + |
| 8 | +Upgrade Note |
| 9 | +------------------ |
| 10 | +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) |
| 11 | + |
4 | 12 | Legend
|
5 |
| ------- |
| 13 | +------------------ |
6 | 14 | * : fixed
|
7 | 15 | ! : changed
|
8 | 16 | + : added
|
9 | 17 | - : removed
|
10 | 18 |
|
11 |
| -Upgrade Note |
12 |
| ------------------- |
13 |
| -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) |
| 19 | +2021-11-01 v.1.16.0 |
| 20 | +------------------ |
| 21 | +* Prefer New: Dynamic Call with Parameters (#502) |
| 22 | +* DB Access in UT: Global Inheritance (#500) |
| 23 | +* DB Access in UT: Local Inheritance (#498) |
| 24 | +* Skip 'Prefer RETURNING to EXPORTING' when both exist (#490) |
| 25 | +* Pseudo Comment Usage: Multiple Inline Entries (#494) |
| 26 | +* Prefer Pragmas to Pseudo Comments: Multiple Pseudo Comments (#489) |
| 27 | +* Y_CHECK_MESSAGE_EASY_TO_FIND dump (#492) |
| 28 | +* Chain Declaration for Complex Structures (#488) |
| 29 | +* Empty Catch Alternative Pseudo Comment (#337) |
| 30 | ++ Alternative Pseudo Comment (#486) |
| 31 | +* line_exists does not support the operator IN (#484) |
| 32 | +* Empty Catch: Test Double Framework (#483) |
| 33 | +* Y_CHECK_FORM: Screen Events (#454) |
| 34 | +* Magic Number: CASE SY-TABIX and CO NUMBERS (#480) |
| 35 | +* Magic Number: Leading Zeros (#479) |
| 36 | +* Prefer New to Create Object: Dynamic Type (#469) |
| 37 | +* Magic Number: Table Index (#468) |
| 38 | +* Use native *_wa variables (#474) |
| 39 | +* Refactoring (#436,#452,#458) |
| 40 | +* Cannot run unit tests on 752 (#461) |
| 41 | +* Profiles: Allow Exemptions (#447) |
| 42 | +* BAdI example class vs Percentage Comment (#443) |
| 43 | +* Unit-Test Assert Validator (#450) |
| 44 | ++ Prefer Pragmas to Pseudo Comments (#421) |
| 45 | ++ COLLECT restriction (#441) |
| 46 | +* RAP needs CREATE OBJECT ... FOR TESTING (#444) |
| 47 | +* Filter functional operands in "Unit Test Assert" check (#460) |
14 | 48 |
|
15 | 49 | 2021-08-12 v.1.15.0
|
16 | 50 | ------------------
|
|
0 commit comments