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 168971 - "Enter new watch" row hidden when value filter is on
Summary: "Enter new watch" row hidden when value filter is on
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 195245 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-22 14:27 UTC by Vojtech Sigler
Modified: 2011-11-02 16:53 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 Vojtech Sigler 2009-07-22 14:27:53 UTC
Product Version: NetBeans IDE Dev (Build 200907200201)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Linux version 2.6.28-13-generic running on i386; UTF-8; en_US (nb)

When I filter rows by values in Watches or Variables (watches integrated) view, some filters cause the "Enter new watch"
row to be hidden. Filters should not apply to this row.

Steps to reproduce:
1) open MemoryView project (http://qa.netbeans.org/modules/debugger/promo-h/MemoryView.zip), open LineBreakpoints.java
2) add line breakpoint to line 200
3) debug file
4) create a watch n
5) invoke popup menu on the value column of this watch and set Show only rows where -> Value > 50
6) the "Enter new watch" row is hidden
Comment 1 Martin Entlicher 2009-07-24 22:31:32 UTC
I do not think this is easily fixable, the view does not have control of the filter.
But perhaps the filter could be improved to retain lines with empty values.
Comment 2 Martin Entlicher 2009-07-24 22:32:57 UTC
Moving to Outline to fix the filter.
Comment 3 Jiri Rechtacek 2009-11-05 09:52:53 UTC
Dup of 168825?

*** This issue has been marked as a duplicate of 168825 ***
Comment 4 Vojtech Sigler 2009-11-05 10:00:09 UTC
I don't think this is a duplicate. In 168825 the watches disappear and there's no way of showing them again (only
creating them again). In this issue the "Enter new watch" row is just hidden by the filter and reappears once the filter
is removed/reset.
Comment 5 Jiri Rechtacek 2009-11-11 07:36:32 UTC
It's still valid problem. Handling filters in OV should be better as a whole.
Comment 6 Martin Entlicher 2011-02-10 10:30:35 UTC
*** Bug 195245 has been marked as a duplicate of this bug. ***
Comment 7 Martin Entlicher 2011-02-10 16:11:10 UTC
FYI: see issue #195282. The filter can be removed to make "Enter new watch" row visible again.
Comment 8 Martin Entlicher 2011-11-02 16:53:42 UTC
After the fix of issue #195282 I think that this does not have such priority.