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 91070 - Provide a way to verify project action invocation
Summary: Provide a way to verify project action invocation
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-14 13:54 UTC by Milan Kubec
Modified: 2011-08-31 14:06 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
patch file (4.65 KB, text/plain)
2006-12-14 13:55 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2006-12-14 13:54:11 UTC
There is no way how other module could veto project action invocation. I'm
ataching a patch that allows that. I thought I would use it, but I implemented
that differently. Implementation(s) of InvokeActionVerifier is (are) supposed to
be registered via META-INF/services from other modules. It might be useful sometime.
Comment 1 Milan Kubec 2006-12-14 13:55:18 UTC
Created attachment 36664 [details]
patch file
Comment 2 Milan Kubec 2006-12-14 13:57:29 UTC
I forgot to mention that it would be probably friend API in j2seproject.