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 64491 - Fire property change event from OpenProjects when the main project is changed
Summary: Fire property change event from OpenProjects when the main project is changed
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 87377 58461
  Show dependency tree
 
Reported: 2005-09-15 19:22 UTC by Jan Lahoda
Modified: 2007-01-16 10:57 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
suggested api and impl changes. (5.85 KB, patch)
2006-10-04 14:57 UTC, Milos Kleint
Details | Diff
patch for 5.5.1 (5.87 KB, text/plain)
2007-01-11 13:54 UTC, Milos Kleint
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2005-09-15 19:22:51 UTC
See issue #58461 for context.
Comment 1 Jesse Glick 2006-03-20 18:23:07 UTC
Needed for org.netbeans.modules.project.portfolios.MainProjectTracker.
Comment 2 Jesse Glick 2006-07-11 19:39:52 UTC
Needed also for org.netbeans.modules.debugger.projects.MainProjectManager.
Comment 3 Jesse Glick 2006-09-21 17:29:15 UTC
P1 inappropriate since a workaround exists using MainProjectSensitiveActions
(use a dummy action).
Comment 4 Antonin Nebuzelsky 2006-10-03 13:40:40 UTC
Reassigning to Milos.
Comment 5 Milos Kleint 2006-10-04 14:57:55 UTC
Created attachment 34867 [details]
suggested api and impl changes.
Comment 6 Jesse Glick 2006-10-05 21:13:32 UTC
Forgot @since.


Should be sent to apireviews.


Consider simultaneously fixing the cases in nb.org CVS where this API is known
to be needed.
Comment 7 Milos Kleint 2006-10-10 10:23:49 UTC
please review this api change. I have added a property to OpenProjects and the
class is now firing changes when main project changes

jglick: added the @since tag, I will file issue against debugger once this is
integrated. the portfolios codebase is in contrib?


Comment 8 Jesse Glick 2006-10-10 16:16:15 UTC
contrib/poorMansPortfolios
Comment 9 Milos Kleint 2006-10-12 10:13:37 UTC
was meant to be fast review..
Comment 10 Milos Kleint 2006-10-16 10:55:46 UTC
thanks for the review, will integrate into trunk.
Comment 11 Milos Kleint 2006-10-18 07:12:52 UTC
integrated into trunk.
for debugger code, filed issue with submitted code (#87377)
decided to ignore project.portfolios as jglick has written a replacement for
that module.
Comment 12 Milos Kleint 2007-01-11 13:54:53 UTC
Created attachment 37273 [details]
patch for 5.5.1
Comment 13 _ rkubacki 2007-01-11 14:45:55 UTC
patch is OK. Only the date in apichanges is old. 

Shouldn't we also update @since in trunk to mention this backport?
Comment 14 Milos Kleint 2007-01-15 08:42:43 UTC
possibly but it will not work for all 6.0 milestones. so I guess it doesn't make
a difference.
Comment 15 Milos Kleint 2007-01-16 10:57:38 UTC
integrated into release551 branch