Skip to content

fix: technical debt - typos, dead code, inconsistent casing (#31)#40

Merged
MagPasulke merged 3 commits into
mainfrom
fix/technical-debt-typos-dead-code
May 24, 2026
Merged

fix: technical debt - typos, dead code, inconsistent casing (#31)#40
MagPasulke merged 3 commits into
mainfrom
fix/technical-debt-typos-dead-code

Conversation

@MagPasulke
Copy link
Copy Markdown
Owner

Fixes #31

Changes

  • Fix typo: AuthorizatonAuthorization in zasis_cl_http_handler
  • Fix typo: unkownunknown in zasis_msgs (msg 007)
  • Fix casing: duplicate_ruleSetIdduplicate_rulesetid in zasis_cx_ruleset_ui
  • Fix casing: no_AUTHno_auth in zasis_cx_ruleset_ui
  • Remove dead sy-subrc check after SELECT INTO TABLE in zasis_cl_get_domain_fix_values; add #EC CI_SUBRC pseudo comment

⚠️ Please sync to SAP system via abapGit and run ABAP Unit tests before merging.

- Fix typo: Authorizaton -> Authorization in zasis_cl_http_handler
- Fix typo: unkown -> unknown in zasis_msgs msg 007
- Fix casing: duplicate_ruleSetId -> duplicate_rulesetid in zasis_cx_ruleset_ui
- Fix casing: no_AUTH -> no_auth in zasis_cx_ruleset_ui
- Remove dead sy-subrc check after SELECT INTO TABLE in zasis_cl_get_domain_fix_values; add ##SUBRC_OK pragma
@MagPasulke MagPasulke marked this pull request as ready for review May 24, 2026 19:24
@MagPasulke MagPasulke merged commit eb18170 into main May 24, 2026
1 check passed
@MagPasulke MagPasulke deleted the fix/technical-debt-typos-dead-code branch May 24, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Technical Debt: Typos, dead code, unused variables/constants

1 participant