Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of ReviewHeuristicLab3.3.0CodeDataViews


Ignore:
Timestamp:
04/07/10 10:34:45 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodeDataViews

    v1 v2  
    33== Reviewer: mkommend ==
    44 * '''General''': All !StringConvertibleViews - `StringConvertibleArrayView`, `StringConvertibleMatrixView` and `StringConvertibleValueView` - should be derived from `ItemView` instead of `AsynchronousContentView` to remove the `ItemView` from the choices in the `ViewHost`.
     5   * mkommend: This is not possible because all `IStringConvertible` interfaces do not and should not inherit from `IItem`.