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 132149 - Clean up NativeProjectListenerImpl
Summary: Clean up NativeProjectListenerImpl
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 19:03 UTC by Vladimir Kvashin
Modified: 2010-05-26 11:46 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 Vladimir Kvashin 2008-04-06 19:03:08 UTC
The o.n.m.c.modelimpl.csm.core.NativeProjectListenerImpl was initially written to be a single listener for a number of
projects. While fixing #131825, this changed to the listener per project. But most code wasn't changed for the only
reason that this was done too late (after the freeze). 

The class should be rewritten, taking into account new concept. Now it's messy and inefficient (though before release
this guarantees us that it works exactly as before (except for the place that was fixed).