mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
[181847] null adapter check
This commit is contained in:
parent
8f5c9048e2
commit
402956f86f
1 changed files with 2 additions and 1 deletions
|
@ -135,6 +135,7 @@ public class SystemTableViewProvider implements ILabelProvider, ITableLabelProvi
|
||||||
{
|
{
|
||||||
result = SystemAdapterHelpers.getViewAdapter(object);
|
result = SystemAdapterHelpers.getViewAdapter(object);
|
||||||
}
|
}
|
||||||
|
if (result != null)
|
||||||
result.setPropertySourceInput(object);
|
result.setPropertySourceInput(object);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue