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

Apply code-formatter and fix several typos and deprecations #516

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

sschulz92
Copy link
Contributor

in module 'org.locationtech.udig.catalog.ui'

@Override
public void selectionChanged( IAction action, ISelection selection ) {
try {
this.selection = (IStructuredSelection) selection;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a functional changes, why are selection events ignored?

Copy link
Contributor Author

@sschulz92 sschulz92 Oct 8, 2021

Choose a reason for hiding this comment

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

Eclipse showed a warnings that the variable selection was never used. As the member variable was private, it could not be accessed from outside. Therefore I removed the variable.

grafik

So no sub-classes available in the current codebase ;)

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.

None yet

2 participants