Changes between Initial Version and Version 2 of Ticket #1695
- Timestamp:
- 2012-08-17T11:38:59Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1695
- Property Component → Command Prompt Environment
- Property Resolution → fixed
- Property Status new → closed
- Property Milestone → 1.9.0
-
Ticket #1695 – Description
initial v2 1 {{{loadString(" 1 {{{ 2 loadString(" 2 3 model N 3 4 Integer Spring[:] = {1,2,3,4}; … … 8 9 end M; 9 10 "); 10 getClassNames();getErrorString();}}} 11 getClassNames();getErrorString(); 12 }}} 11 13 12 {{{Compiler/FrontEnd/SCodeUtil.mo: Error.addSourceMessage(Error.SUBSCRIPTED_MODIFIER, {}, info);}}} 14 {{{ 15 Compiler/FrontEnd/SCodeUtil.mo: Error.addSourceMessage(Error.SUBSCRIPTED_MODIFIER, {}, info); 16 }}} 13 17 14 18 The above model is illegal according to SCodeFlatten, but the class should simply be invalidated. If we load this class, OMEdit, is now unable to delete or add classes, etc (getClassNames no longer returns a value).