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 269475 - attach debugger doesn't apply the existing filter on the processes list when you reopen netbeans
Summary: attach debugger doesn't apply the existing filter on the processes list when ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: PC All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-02 09:31 UTC by serban300
Modified: 2017-04-13 10:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (799 bytes, application/octet-stream)
2017-01-02 09:31 UTC, serban300
Details

Note You need to log in before you can comment on or make changes to this bug.
Description serban300 2017-01-02 09:31:46 UTC
Created attachment 163321 [details]
patch

Steps to reproduce:

1) Open netbeans
2) Go to Debug->Attach Debugger. A popup will open.
3) Write some text in the filter field. For example "test". The list of processes is filtered.
4) Close the attach debugger popup and then close netbeans.
5) Reopen netbeans
6) Go to Debug->Attach Debugger. A popup will open. The filter field will be already filled in with the text "test".

Expected result: The list of processes should be filtered by "test", just like before.

Actual result: The list of processes is not filtered. It shows all the processes.
Comment 1 Maria Tishkova 2017-04-03 14:43:50 UTC
fixed as should be considered as a regression (as Attach dialog was rewritten)


changeset:   315126:ea55b2f97592
branch:      release82
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Mon Apr 03 17:16:12 2017 +0300
summary:     fixed bz#269475 -  attach debugger doesn't apply the existing filter on the processes list when you reopen netbeans
Comment 2 Quality Engineering 2017-04-11 01:51:28 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/31654834cb00
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#269475 -  attach debugger doesn't apply the existing filter on the processes list when you reopen netbeans
(transplanted from ea55b2f975921ebec00e9197a0d873c6eeef95e6)
Comment 3 ilia 2017-04-13 10:50:14 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269475 Changesets:
    http://hg.netbeans.org/releases/rev/ea55b2f97592 # fixed bz#269475 -  attach debugger doesn't apply the existing filter on the processes list when you reopen netbeans