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

Summary: Deprecate and do not use VariablesFilter.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.