FLAM Issue Tracker - CLE/P
View Issue Details
0000554CLE/P1. CLEpublic2014-09-09 10:442014-09-09 15:59
Mykhailo Moldavskyy 
Falk Reichbott 
normaltrivialalways
resolvedfixed 
GeneralGeneralGeneral
1.2 
1.11.2 
0000554: If selection flag is set, print not the right type, because secelction, allowes only selection values(strings)
Wenn eine Selection integer Wert befüllt, aber man kein Integerwert eingeben kann, sondern nur die Werte der Selection, ist die HELP Nachricht verwirrend wenn dieser Wert als NUMBER betitelt wird.
No tags attached.
Issue History
2014-09-09 10:44Mykhailo MoldavskyyNew Issue
2014-09-09 10:44Mykhailo MoldavskyyStatusnew => assigned
2014-09-09 10:44Mykhailo MoldavskyyAssigned To => Falk Reichbott
2014-09-09 15:56Falk ReichbottView Statusprivate => public
2014-09-09 15:59Falk ReichbottNote Added: 0000613
2014-09-09 15:59Falk ReichbottStatusassigned => resolved
2014-09-09 15:59Falk ReichbottFixed in Version => 1.2
2014-09-09 15:59Falk ReichbottResolutionopen => fixed

Notes
(0000613)
Falk Reichbott   
2014-09-09 15:59   
Use SELECTION as type if the selection flag defined and use KEYWORD as type for constant definitions.

Example:

--|--|--|--|--| MODe (TYPE: NUMBER) - Encryption mode [AES]
--|--|--|--|--|--| AES (TYPE: NUMBER) - AES encryption
--|--|--|--|--|--| FLAm (TYPE: NUMBER) - FLAM encryption

Change to:

--|--|--|--|--| MODe (TYPE: SELECTION) - Encryption mode [AES]
--|--|--|--|--|--| AES (TYPE: KEYWORD) - AES encryption
--|--|--|--|--|--| FLAm (TYPE: KEYWORD) - FLAM encryption

For the user it is not relevant which real type (STRING, NUMBER, FLOAT, ...) is behind a SELECTION.