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
A user tries to generate an invalid model
Expected: The generation process aborts and should inform the user that the model is invalid.
Actual: The generator is executed which could potentially result in a non-correct output.
Confirmations:
Validation Service in the Vorto Core Bundle that is shared among Toolset and Repository
When a user invokes a generator for an invalid model in the toolset using the Eclipse Toolset Generators, the console prints out validation error(s) and aborts the generation process.
The text was updated successfully, but these errors were encountered:
aedelmann
changed the title
A code generator only accepts valid vorto models
In the toolset, A code generator only accepts valid vorto models
Jun 27, 2016
aedelmann
changed the title
In the toolset, A code generator only accepts valid vorto models
In the toolset, A code generator accepts invalid vorto models
Jul 8, 2016
…tes suggestions by Alex to not make the 'generator menu' disappear but clicking it when an error is present will make it throw out an error in the console.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Never return a NULL parsing result.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Partial fix to #243.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Partial fix to #243.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Partial fix to #243 - remove commented out codes.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Fixes#243 - Recursive model references causes error during generation
Signed-off-by: Erle Czar Mantos <[email protected]>
* String literals to constants.
Signed-off-by: Erle Czar Mantos <[email protected]>
* Fixes#243. Also fixes#300. This incorporates suggestions by Alex to not make the 'generator menu' disappear but clicking it when an error is present will make it throw out an error in the console.
Signed-off-by: Erle Czar Mantos <[email protected]>
A user tries to generate an invalid model
Expected: The generation process aborts and should inform the user that the model is invalid.
Actual: The generator is executed which could potentially result in a non-correct output.
Confirmations:
The text was updated successfully, but these errors were encountered: