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 237012 - Do not display PushTaskScanners without display name in the filter list
Summary: Do not display PushTaskScanners without display name in the filter list
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 7.4
Hardware: PC Linux
: P1 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 08:03 UTC by Svata Dedic
Modified: 2013-11-08 03:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2013-10-11 08:03:46 UTC
I have implemented a PushTaskScanner in CSL in order to hook into process when the action window is displayed or its parameters changed - the presence/settings affect HTML indexing. But the push task scanner is visible in the filters list, although it is just an implementation artifact.

I propose to relax checking on displayName property and allow to register name-less Scanners, which would be allowed to produce action items, but would not be displayed in the filter list in tasklist customization dialog.

I am required to remove my entry for 8.0, this may be the simplest approach, if you agree with such change.
Comment 1 Jan Peska 2013-11-07 13:10:49 UTC
fix: http://hg.netbeans.org/core-main/rev/2bcf649637b0
Comment 2 Quality Engineering 2013-11-08 03:52:54 UTC
Integrated into 'main-silver', will be available in build *201311080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2bcf649637b0
User: Jan Peska <JPESKA@netbeans.org>
Log: Issue #237012 - Do not display PushTaskScanners without display name in the filter list
Don't show scanners with empty display name.