eclipse.platform.ui
eclipse.platform.ui copied to clipboard
Find/Replace Overlay unused fields
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?