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 141678 - Validity of new META-INF service class not checked
Summary: Validity of new META-INF service class not checked
Status: RESOLVED DUPLICATE of bug 150447
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 13:45 UTC by rmichalsky
Modified: 2008-10-30 21:51 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 rmichalsky 2008-07-25 13:45:08 UTC
When adding new META-INF service via UI ("Add new service" action in META-INF services browser), newly added class
should be tested whether:
* it is a concrete class with no-arg ctor
* it implements given service interface
Comment 1 Jesse Glick 2008-10-30 21:51:41 UTC
Will be solved in the future by using annotations rather than an explicit registration.

*** This issue has been marked as a duplicate of 150447 ***