Skip to content

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.

2 participants