FLAM Issue Tracker - CLE/P
View Issue Details
0000534CLE/P1. CLEpublic2014-08-11 09:152014-08-11 19:08
Falk Reichbott 
Falk Reichbott 
normalminoralways
resolvedfixed 
GeneralGeneralGeneral
1.1 
1.21.2 
0000534: Help function don't show the file properties
Currently the help function shows only the hard coded table properties, but not the properties taken defined in the property file. It would be useful to see the current properties which are realy used.

No tags attached.
Issue History
2014-08-11 09:15Falk ReichbottNew Issue
2014-08-11 09:15Falk ReichbottStatusnew => assigned
2014-08-11 09:15Falk ReichbottAssigned To => Falk Reichbott
2014-08-11 12:28Falk ReichbottNote Added: 0000580
2014-08-11 19:08Falk ReichbottNote Added: 0000591
2014-08-11 19:08Falk ReichbottStatusassigned => resolved
2014-08-11 19:08Falk ReichbottFixed in Version => 1.2
2014-08-11 19:08Falk ReichbottResolutionopen => fixed

Notes
(0000580)
Falk Reichbott   
2014-08-11 12:28   
This issue is a big error. Since we have intruduce the flag for property or command line specific symbol tables, we close the symbol table after property parsing and open it for command line parsing. Properties parsing only effects (update of the stored default value) the symbol table but not the CLP structure. Means all parsed properties are gone before the command line is interpreted.
(0000591)
Falk Reichbott   
2014-08-11 19:08   
Eleminate the isFlg parameter from CleExecute() and the uiFlg parameter from ClpOpen, to use always the same symbol table for property parsing and command line parsing.