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 2

Reported by: massimo ceraolo Owned by: Adeel Asghar
Priority: high Milestone: 1.9.4
Component: OMEdit Version:
Keywords: Cc:

Description (last modified by massimo ceraolo)

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 compains 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 Brower.

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 (2)

comment:1 by massimo ceraolo, 9 years ago

Component: UnknownOMEdit
Description: modified (diff)
Owner: changed from somebody to Adeel Asghar
Summary: A strange Error Message, and a wrong message persistenceSyntax check does not show error details in browser; the error wrongly persists.

comment:2 by massimo ceraolo, 9 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.