Changes between Version 88 and Version 89 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/23/10 13:29:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v88 v89 82 82 83 83 === Priority: LOW === 84 * `ProgrammableOperator`: 'Compile' is a normal button but 'Show Generated Code' looks like a label. I think the style should be unified. 84 85 85 86 86 ---- … … 90 90 === Priority: HIGH === 91 91 92 * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception.93 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown.94 92 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds) 95 93 * (...) As a follow-up, loading this saved TSP instance fails (PersistenceException) … … 150 148 === Priority: LOW === 151 149 * The comments in the generated code of a `ProgrammableOperator` are German. 150 * epitzer: this is a feature of the .NET runtime and depends on the installed operating system language 152 151 153 152 ----