Actions
Bug #47
openProblem of type enforcement
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Description
When a entity has a field that contain should entity (both atom and set) the type of entity should be checked.
Indeed, when a field is initialised its type is just set to "Entity":
dEntities.push_back("isOn");
Instead it should be set with a name representing the exact type of entity that is expected.
This problem does not exist on the generated part (indeed the type checking is done in the parser) but using cost functions or any other feature (intermediate layers, ... ) it is possible to overcome this test and set values that are not possible and it might create segfault.
No data to display
Actions