FLAM Issue Tracker - CLE/P
View Issue Details
0000562CLE/P2. CLPpublic2014-09-15 19:052014-09-16 14:03
Falk Reichbott 
Falk Reichbott 
normalminorhave not tried
resolvedfixed 
GeneralGeneralGeneral
1.1 
1.21.2 
0000562: Error messages for property parsing are not correct
If a property parsed the error possition is always at the end of the command line.
It would be better to know the row and colum of the original property file.
No tags attached.
Issue History
2014-09-15 19:05Falk ReichbottNew Issue
2014-09-15 19:05Falk ReichbottStatusnew => assigned
2014-09-15 19:05Falk ReichbottAssigned To => Falk Reichbott
2014-09-15 19:10Falk ReichbottNote Added: 0000625
2014-09-16 14:03Falk ReichbottNote Added: 0000628
2014-09-16 14:03Falk ReichbottStatusassigned => resolved
2014-09-16 14:03Falk ReichbottFixed in Version => 1.2
2014-09-16 14:03Falk ReichbottResolutionopen => fixed
2014-09-16 14:03Falk ReichbottNote Edited: 0000628bug_revision_view_page.php?bugnote_id=628#r182

Notes
(0000625)
Falk Reichbott   
2014-09-15 19:10   
The property parsing of the supplement strings is only done if no entry of the argument was done of the command line. Means allways if we close a object or overlay we look for remaining supplement strings. The source for a supplement string could be a hard coded default from the tables, or from a property file or from a environment variable.

It would be difficult to support at this time point the correct source, row and column of this error. All these information must be but to the symbol table, wenn the default suplement string is updated and then used at parsing.

We plan to extent the symbol tables for this, but this change will come later.
(0000628)
Falk Reichbott   
2014-09-16 14:03   
Correct error messages for all cases:

- from command line
- from property list
- from environment variable %s
- from default value of argument %s
- supplement from property file %s
- from parameter file %s
- from command file %s
- in file %s

The fix was implemented in revision 1.1.35