Actions
Developer Request #1055
closedTreeNode.getAttributeValue() должен возвращать объект правильного типа
Start date:
04/08/2011
Due date:
% Done:
100%
Estimated time:
Published in build:
0.11.83
Description
Сейчас Object TreeNode.getAttributeValue() всегда возвращает String независимо от типа атрибута. Хотелось бы получать объект реального типа,
например Boolean для AttributeType.BOOL. Может быть стоит добавить методы boolean getBooleanAttributeValue и т.п. чтобы упрятать в них приведение типов.
Updated by Alexey Khoroshilov over 13 years ago
- Target version set to 0.11
Соответственно, getBooleanAttributeValue должен выкидывать Exception, если тип оказался не AttributeType.BOOL?
Updated by Alexey Khoroshilov over 13 years ago
- Priority changed from Normal to Low
Updated by Yuriy Shekochihin over 13 years ago
- Status changed from New to Resolved
Updated by Alexey Demakov over 13 years ago
- % Done changed from 0 to 100
Applied in changeset r1972.
Updated by Alexey Demakov over 13 years ago
- Status changed from Resolved to Closed
- Assignee set to Alexey Demakov
- Published in build changed from 0.11.69 to 0.11.83
Actions