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 27881 - NatureInstall should be in API not SPI
Summary: NatureInstall should be in API not SPI
Status: CLOSED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-10-09 12:33 UTC by Pavel Buzek
Modified: 2004-04-19 16:19 UTC (History)
1 user (show)

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 Pavel Buzek 2002-10-09 12:33:57 UTC
this class does not fit into SPI
Comment 1 David Konecny 2002-10-09 13:01:41 UTC
Although I heard couple of definitions of what is SPI and what is API
and some rules how to distinguishe these two I still feel a bit lost.
I don't have any problem with this issue, but I thought that
NatureInstall _is_ SPI, because it is something what must be
implemented and provided by modules, they provide this "service",
therefore I thought that is exactly what SPI is for. Other reason was
that there is no API way how to get NatureInstall, so as an API it is
unusable. Only project infrastructure works with NatureInstall and
uses it.

So for the moment I have feeling that this is INVALID issue. What is
your opinion?
Comment 2 Pavel Buzek 2002-10-11 14:05:37 UTC
see 27914, it contains the final decission on API/SPI