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 257941 - ChildFactory API does not provide callback for children being destroyed
Summary: ChildFactory API does not provide callback for children being destroyed
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2016-02-11 09:51 UTC by Petr Hejl
Modified: 2016-04-17 03:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (7.68 KB, patch)
2016-02-11 11:23 UTC, Petr Hejl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2016-02-11 09:51:35 UTC
See subj.
Comment 1 Petr Hejl 2016-02-11 11:23:18 UTC
Created attachment 158461 [details]
patch

Suggested fix.
Comment 2 Petr Hejl 2016-02-11 11:31:53 UTC
Please review.
Comment 3 Petr Hejl 2016-02-11 11:34:17 UTC
Pushed to issue_257941 branch.
Comment 4 Petr Hejl 2016-02-18 09:23:17 UTC
Merged to trunk. Thanks for the review. web-main ca9a860bfa76
Comment 5 Quality Engineering 2016-02-19 02:33:41 UTC
Integrated into 'main-silver', will be available in build *201602190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5b1a31840230
User: Petr Hejl <phejl@netbeans.org>
Log: #257941 - ChildFactory API does not provide callback for children being destroyed
Comment 6 Quality Engineering 2016-02-20 03:19:41 UTC
Integrated into 'main-silver', will be available in build *201602200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/74e0c9eb8ffd
User: Petr Hejl <phejl@netbeans.org>
Log: #257941 - ChildFactory API does not provide callback for children being destroyed; making the change more compatible
Comment 7 Quality Engineering 2016-03-25 02:47:45 UTC
Integrated into 'main-silver', will be available in build *201603250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6dd3e7252ff7
User: Petr Hejl <phejl@netbeans.org>
Log: #257941 - ChildFactory API does not provide callback for children being destroyed
Comment 8 Jaroslav Tulach 2016-04-17 03:51:52 UTC
Very nice. Especially the fix for apichanges.dtd will be useful for any other API review.