Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1881, comment 2


Ignore:
Timestamp:
06/26/12 10:28:37 (12 years ago)
Author:
svonolfe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1881, comment 2

    initial v1  
    1111Now, if you enable the local analyzer and disable the one in the main loop, the value of the parameter (BestSolutionParameter) is written to the local scope and also the result is written.
    1212
    13 If you then disable the local analyzer and enable the global one, the global anaylzer does not find the value of the parameter and tries to add a new result. Then the exception occurs: "An item with the same key has already been added." This is because it already exists in the results.
     13If you then enable the global one, the global anaylzer does not find the value of the parameter and tries to add a new result. Then the exception occurs: "An item with the same key has already been added." This is because it already exists in the results.
    1414
    1515Steps to reproduce: