You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler fails to generate IlisMeta07-Transfer with following model:
INTERLIS 2.3;
MODEL test AT "https://test.ch" VERSION "2024-07-24" =
TOPIC testTopic =
/* Typklassen */
CLASS testClass =
Test1 : TEXT*80;
Test2 : TEXT*12;
MANDATORY CONSTRAINT
NOT(DEFINED(Test1)) OR
NOT(DEFINED(Test2)) OR
(
DEFINED(Test1) AND
DEFINED(Test2)
);
END testClass;
END testTopic;
END test.
Output:
failed to generate output
java.lang.IllegalArgumentException: Unknown subclass: class ch.interlis.ili2c.metamodel.Expression$Subexpression
Unknown subclass: class ch.interlis.ili2c.metamodel.Expression$Subexpression
--- compiler run failed 2024-07-24 10:31:55
The text was updated successfully, but these errors were encountered:
Tested version: ili2c 5.5.3
Compiler fails to generate IlisMeta07-Transfer with following model:
Output:
The text was updated successfully, but these errors were encountered: