Community
Participate
Working Groups
The error message for an expression such as self.gender = #Gender::male isLexer: {0} {1} unexpected character ignored : '#'. The {0} and {1} have not been substituted.
Created attachment 149806 [details] Message fix The relevant lexerError had only one test use without content checking. New test tests content. Fix to HelperUtil ensures lexer errors are not cleared by the tardy beginParse. AbstractBasicEnvironment was not substituting {0} and {1}. It now does. The derived OCLProblemHandler.lexerProblem was adding a redundant and fairly meaningless string of numbers.
+1.
Committed to HEAD.
Closing after over 18 months in resolved state.