Skip to content

Commit

Permalink
a few sonar issues
Browse files Browse the repository at this point in the history
Change-Id: I0b55773c1cd13354e480be5fa7454fc431cf603f
  • Loading branch information
LorenzoBettini committed Oct 21, 2016
1 parent 8453b81 commit d2c0ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void createActions() {
}

protected ISharedImages getSharedImages() {
// we can't use PlatformUI.getWorkbench().getSharedImages();
// we can't use shared images from platform ui
// in an e4 application,
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=404727
return new ISharedImages() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ public void notifyChanged(Notification notification) {
Resource resource = (Resource) notification.getNotifier();
handleResourceDiagnostic(resource);
break;
default:
// nothing to do
}
} else {
super.notifyChanged(notification);
Expand Down

0 comments on commit d2c0ee8

Please sign in to comment.