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 146508 - Deprecate and do not use VariablesFilter.
Summary: Deprecate and do not use VariablesFilter.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 14:02 UTC by Martin Entlicher
Modified: 2008-09-08 14:02 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2008-09-08 14:02:10 UTC
Deprecate and do not use VariablesFilter.
IMHO there's too much machinery with questionable value in there.
All that work can be done with a simple Tree/Node/Table model filters.
Associated VariablesTreeModelFilter just delegates to two filters, which can be merged into one. Necessity to provide
supported type is strange and more implementation of VariablesFilter for a single type are not solved.