This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179732 - fix new 3 deprecations for OutlineView.setProperties(Node.Property[])
Summary: fix new 3 deprecations for OutlineView.setProperties(Node.Property[])
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 02:09 UTC by Alexander Simon
Modified: 2010-01-22 06:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-01-21 02:09:22 UTC
Fix deprecations in classes:
AdvancedTableViewVisualizer
FunctionsListViewVisualizer
Comment 1 Maria Tishkova 2010-01-22 06:38:46 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/53977831e25a

FOR QE: User Visible effect is
Comment 2 Maria Tishkova 2010-01-22 06:40:55 UTC
The changes are made in the classes  which represents table used for displaying information for Gizmo:
AdvancedTableViewVisualizer is used for I/O
FunctionsListViewVisualizer is used for Memory, CPU Usage and Threads Sync

Possible regressions: formatting problems and alignment for numbers inside cell (should be align to the right border of the cell)
Comment 3 soldatov 2010-01-22 06:50:55 UTC
ok