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 255917 - Enhance the ProcessesImplementation SPI
Summary: Enhance the ProcessesImplementation SPI
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (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: 2015-10-14 09:46 UTC by Petr Hejl
Modified: 2015-12-04 08:59 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
the patch (6.42 KB, patch)
2015-10-14 10:15 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 2015-10-14 09:46:08 UTC
Enhance the ProcessesImplementation SPI to allow to signal the inability to kill the process tree and thus allowing other implementations to attempt that.
Comment 1 Petr Hejl 2015-10-14 10:15:04 UTC
Created attachment 156707 [details]
the patch
Comment 2 Petr Hejl 2015-10-14 10:15:56 UTC
Please review.
Comment 3 Quality Engineering 2015-12-04 02:20:48 UTC
Integrated into 'main-silver', will be available in build *201512040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b2ad3b43dc2b
User: Petr Hejl <phejl@netbeans.org>
Log: #255917 - Enhance the ProcessesImplementation SPI
Comment 4 Petr Hejl 2015-12-04 08:59:26 UTC
Merged to trunk. Thanks for the review.