Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 1013 part1 #1039

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

pksingh78
Copy link
Contributor

No description provided.

@@ -524,8 +524,10 @@ CLASS zcl_excel_converter IMPLEMENTATION.
METHOD create_color_style.
DATA: ls_styles TYPE ts_styles.
DATA: lo_style TYPE REF TO zcl_excel_style.

READ TABLE wt_styles INTO ls_styles WITH KEY guid = i_style.
* Begin of ATC fix-issue-1014-part1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to remove unused code, rather than commenting it out, and there is no need for comments pointing to issues and fixes, since git already takes care of that.

@sandraros
Copy link
Collaborator

sandraros commented Jul 29, 2022

I guess the fix concerns #1013 (not 1014), so I fixed the title.

@sandraros sandraros changed the title Fix issue 1014 part1 Fix issue 1013 part1 Jul 29, 2022
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.

SCI Check Warning: Low Performance Operations on Internal Tables
5 participants