flamapy / fm_metamodel

This repo host the feature model concrete classes
3 stars 5 forks source link

Bug when reading a float attribute starting with "0" in UVLReader #76

Closed jmhorcas closed 6 months ago

jmhorcas commented 2 years ago

Values of an attribute starting with zero like "0.5" or "0.25" are read as "0". Other floats (e.g., "1.25", "3.5") are correctly read.

Not sure if this bug is part of the UVL reader, the FM metamodel or the UVL parser, or the grammar.