Opened 9 years ago
Last modified 9 years ago
#3601 closed defect
Syntax check does not show error details in browser; the error wrongly persists. — at Version 3
Reported by: | massimo ceraolo | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.4 |
Component: | OMEdit | Version: | |
Keywords: | Cc: |
Description (last modified by )
I had the following behaviour with OM 1.9.4-dev-667 (as reported by OMEdit)
0) launch OMEdit using Modelica trunk as library
1) duplicate Modelica.Electrical.Analog.Examples.Rectifier (let this new model be Rectifier1)
2) open Rectifier1
3) check the model. It correctly complains about "SI " being undefined.
4) add as a row N.2 the following one:
import SI=Modelica.SIunits;
5) check again. The message:
Problems are found in Modelica Text. Please check the Messages Browser for more error specific details
is displayed.
Unfortunately nothing is shown in Message Browser.
6) remove the added row
7) check again. The message shown at step 5 is still be displayed, even though the cause of that message has been removed!
Change History (3)
comment:1 by , 9 years ago
Component: | Unknown → OMEdit |
---|---|
Description: | modified (diff) |
Owner: | changed from | to
Summary: | A strange Error Message, and a wrong message persistence → Syntax check does not show error details in browser; the error wrongly persists. |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
I've tried to repeat the procedure using 1.9.4-dev-738 and step 3) does not show any complaints. Therefore this ticket has become invalid. I'm going to close this ticket.