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 36751 - Platform APIs and Javadoc service
Summary: Platform APIs and Javadoc service
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 19681
  Show dependency tree
 
Reported: 2003-10-22 14:20 UTC by _ pkuzel
Modified: 2004-08-13 12:11 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 _ pkuzel 2003-10-22 14:20:50 UTC
Hello I miss possibility to provide Javadoc
"service" for platform. I can implement an
ServiceFactory but then I need to:
  - register is somewhere (default lookup?)
  - be able to expose some UI (one property)
  - be able to store/restore settings (unique ID
    string bindable to Context could be helpfull)
Comment 1 _ pkuzel 2003-10-22 14:25:14 UTC
By the "service" I mean nothing else than URL to index of generated
API documentation. Hence the property and its background setting.
Comment 2 Jan Pokorsky 2003-11-26 15:52:34 UTC
It could be still relevant if the platform api survived.
Comment 3 Jan Pokorsky 2004-03-03 18:57:39 UTC
Tome, is this still valid?
Comment 4 Tomas Zezula 2004-03-03 19:04:38 UTC
Yes, it is.
In the stavbicka there is no need to implement anything.
Platform has attribute sourceFolderLocation.
This attribute is used by SourceForBinaryQuery to return the correct
sources.
The client should use the query only.
Comment 5 Tomas Zezula 2004-03-03 19:05:03 UTC
As described above.