FeatureIDE / FeatureIDE

An extensible framework for feature-oriented software development
https://featureide.github.io/
GNU Lesser General Public License v3.0
129 stars 97 forks source link

Loading of Feature Models in SXFM Format throws ERROR #1483

Closed LukasOsti closed 1 week ago

LukasOsti commented 3 months ago

Prerequisitives

Issue description

I found two feature models in the sxfm format that cannot be loaded with the FeatureModelManager.load() function as they throw the following errors:

Both of the features that cannot be found, occur as a feature name in the xml file.

In comparison both of the models with the same feature names in the FeatureIDE format do not cause any issues. The feature models are attached in the zip file in both formats.

sxfm_featuremodels.zip

skrieter commented 1 week ago

Special characters in Feature names were replaced with _. I added the characters - + / to the list of exceptions.