eclipse.platform.ui icon indicating copy to clipboard operation
eclipse.platform.ui copied to clipboard

Find/Replace Overlay unused fields

Open Wittmaxi opened this issue 1 year ago • 0 comments

In this PR (https://github.com/eclipse-platform/eclipse.platform.ui/pull/1990), some of the setBackground operations are useless and only there so that I don't get a warning for unused fields. I need those fields to stay in the class so I can access them in a test. What is the best solution here?

Wittmaxi avatar Jul 08 '24 16:07 Wittmaxi