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 23999 - Tools categories
Summary: Tools categories
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-05-24 13:25 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2002-05-24 13:25:08 UTC
We need to distinguish between individual kinds of
tools. Currently the type is based on the basic
implementation type (CompilerType, DebuggerType,
ExecutorType), but that is not sufficient. The
system should be designed so that it will be
possible to mark a Compiler, with its capabilities
allowing other modules to filter & pick up those
tools which are applicable for a particular task.

Note: this task may overlap with basic project
support; however I expect java module to be the
first one to require such functionality, so we may
create a prototype and propose it for promotion
into projects.
Comment 1 Tomas Zezula 2003-04-30 15:37:08 UTC
This task is done for Java, all the services (executor and compiler)
are instances of given type and can be looked up by it. And if they
are also PlatformService they also provide accept method to test the
compatibility with given platform.
Comment 2 Jan Becicka 2003-11-25 14:02:07 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:10:57 UTC
---> CLOSED