Changes between Initial Version and Version 2 of Ticket #2419


Ignore:
Timestamp:
2013-10-11T11:04:39Z (11 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2419

    • Property Owner changed from somebody to Adrian Pop
    • Property Status newaccepted
    • Property Summary Add getErrorMessages(unique = true) to be called by OMEditMake getMessagesStringInternal called only by OMEdit return unique errors
  • Ticket #2419 – Description

    initial v2  
    1 As far as I can tell the connector not balanced messages are repeating quite a bit. Also we have some other messages that are repeated.
     1As far as I can tell the connector not balanced messages are repeating quite a bit.
     2Also we have some other messages that are repeated.
    23
    3 I will add a flag to getErrorMessages to get the unique messages
    4 so we get no repeats.
    5 We could use this just in OMEdit and this will reduce the number
    6 of the warnings we get. By default we shall have getErrorMessages(unique = false) so in scripts and testing we get the full set of messages.
     4I will add make getMessagesStringInternal to return only the unique messages so we get no repeats.
    75
    8 Adeel, I'll let you know when this is available.