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

Find/Replace Overlay unused fields #2060

Closed
Tracked by #2021
Wittmaxi opened this issue Jul 8, 2024 · 0 comments · Fixed by #2333
Closed
Tracked by #2021

Find/Replace Overlay unused fields #2060

Wittmaxi opened this issue Jul 8, 2024 · 0 comments · Fixed by #2333
Labels
enhancement New feature or request

Comments

@Wittmaxi
Copy link
Contributor

Wittmaxi commented Jul 8, 2024

In this PR (#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 Wittmaxi added the enhancement New feature or request label Jul 8, 2024
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Sep 27, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access (at the code level) with
widget extraction functionality based on unique information about the
widget to be searched for. This may also be considered reflective (at
the configuration level), but at least it gets rid of requiring the code
to contain specific fields just in order to write tests that need to
extract them.

Fixes eclipse-platform#2060
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Sep 27, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access (at the code level) with
widget extraction functionality based on unique information about the
widget to be searched for. This may also be considered reflective (at
the configuration level), but at least it gets rid of requiring the code
to contain specific fields just in order to write tests that need to
extract them.

Fixes eclipse-platform#2060
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Sep 28, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access (at the code level) with
widget extraction functionality based on unique information about the
widget to be searched for. This may also be considered reflective (at
the configuration level), but at least it gets rid of requiring the code
to contain specific fields just in order to write tests that need to
extract them.

Fixes eclipse-platform#2060
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Sep 30, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access with widget extraction
functionality based on explicit IDs assigned to the UI elements of
interest.

Fixes eclipse-platform#2060
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Sep 30, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access with widget extraction
functionality based on explicit IDs assigned to the UI elements of
interest.

Fixes eclipse-platform#2060
HeikoKlare added a commit to HeikoKlare/eclipse.platform.ui that referenced this issue Oct 1, 2024
The tests for the FindReplaceDialog and FindReplaceOverlay currently use
reflection to access specific UI elements. This ties the test
implementations to implementation details of the production classes
(i.e., specific hidden field to be present) and particularly requires
the production code to contain (hidden) fields even if they would not be
required just to provide according tests.

This change replaces the reflective access with widget extraction
functionality based on explicit IDs assigned to the UI elements of
interest.

Fixes eclipse-platform#2060
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant