mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bugzilla 225959.
This commit is contained in:
parent
4d9b833a78
commit
bacca4af5c
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ public class PropertyBasedLabelProvider
|
|||
for (ILabelUpdate update : labelUpdates) {
|
||||
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "Properties-based label provider " + this + " failed to generate a label, no properties provider registered for element: " + labelUpdates[0].getElement())); //$NON-NLS-1$ //$NON-NLS-2$
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
String[] columnIds = labelUpdates[0].getColumnIds();
|
||||
|
|
Loading…
Add table
Reference in a new issue