Skip to content

Changes

Summary

  1. Fixed potential NPE in SelectionSupportHelper (details)
Commit 2585a6db257fa7fa778c7ce7c30b34aafef4ac76 by Jan-Philipp Steghöfer
Fixed potential NPE in SelectionSupportHelper

There are situations in which the SelectionSupportHelper is called
without a selection present. In this case, an NPE was thrown which is
now avoided by performing an explicit null check.

Change-Id: I5f0482f0daf4c5120b644ae7a1f40b8b6a11364c
The file was modified bundles/org.eclipse.capra.ui/src/org/eclipse/capra/ui/helpers/SelectionSupportHelper.java