-
Notifications
You must be signed in to change notification settings - Fork 21
CNDB-15608 fix lint issues in affected files #2131
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
Changes from all commits
ed1e9e2
7cf9326
f83b7e3
47a4e16
6b6de5f
9a7f49a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we remove
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It might lead to memory leaks. I will re-test it, since previously I had more than one change, so the memory leak might related to similar but different change.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I tested removing it from unnecessary storing as a class field and several tests failed with memory leaks. This looks to me a tech debt and potential source for memory leak bugs in future, and fixing it would require refactoring. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this might even save an unnecessary object allocation