mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[232126] type attribute of SystemFilter is not restored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232126
This commit is contained in:
parent
0c70641067
commit
6ec0b00bdd
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public class RSEDOMImporter {
|
|||
boolean isStringsNonChangable = getBooleanValue(node, IRSEDOMConstants.ATTRIBUTE_STRINGS_NON_CHANGABLE);
|
||||
int release = getIntegerValue(node, IRSEDOMConstants.ATTRIBUTE_RELEASE);
|
||||
boolean isSetSingleFilterStringOnly = getBooleanValue(node, IRSEDOMConstants.ATTRIBUTE_SINGLE_FILTER_STRING_ONLY);
|
||||
String filterType = getAttributeValue(node, IRSEDOMConstants.ATTRIBUTE_FILTER_TYPE);
|
||||
String filterType = getAttributeValueMaybeNull(node, IRSEDOMConstants.ATTRIBUTE_FILTER_TYPE);
|
||||
|
||||
// create the filter strings
|
||||
RSEDOMNode[] filterStringNodes = node.getChildren(IRSEDOMConstants.TYPE_FILTER_STRING);
|
||||
|
|
Loading…
Add table
Reference in a new issue