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 244423 - LogicalViewNodeProviders buggy
Summary: LogicalViewNodeProviders buggy
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-11 11:55 UTC by thorsten_s
Modified: 2014-06-02 13:58 UTC (History)
0 users

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 thorsten_s 2014-05-11 11:55:08 UTC
On my jurney to register a org.netbeans.modules.cnd.makeproject.api.ui.LogicalViewNodeProvider I found out that org.netbeans.modules.cnd.makeproject.api.ui.LogicalViewNodeProviders.getInstance().addProvider(..) cannot work because it's implementation adds the parameter to a copy of the internal provider list. LogicalViewNodeProviders.getProviders() returns the copy. For the same reason the synchronization won't work.
Comment 1 Alexander Simon 2014-05-12 15:42:38 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b0a8280fe8ed
Comment 2 Quality Engineering 2014-05-13 02:40:19 UTC
Integrated into 'main-silver', will be available in build *201405130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b0a8280fe8ed
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244423 LogicalViewNodeProviders buggy