]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Removed logging of PendingVariableExceptions from LabelContribution 22/322/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 2 Feb 2017 11:22:03 +0000 (13:22 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 2 Feb 2017 11:22:03 +0000 (13:22 +0200)
org.simantics.browsing.ui.model.labels.LabelContribution.getLabel used
to log all DatabaseExceptions which filled logs with very uninformative
PendingVariableException prints in normal operation.
PendingVariableExceptions are expected to happen in this context and
therefore should simply be ignored by returning empty labeling results.

refs #7011

Change-Id: Iec164d65682da038646c9fbfbee074016546095e


No differences found