Bug 346631 - Missing Javadoc for org.osgi.framework.wiring.BundleRequirement
Summary: Missing Javadoc for org.osgi.framework.wiring.BundleRequirement
Status: VERIFIED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 RC3   Edit
Assignee: Thomas Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2011-05-20 06:28 EDT by Dani Megert CLA
Modified: 2011-05-23 10:30 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-05-20 06:28:48 EDT
I20110519-1138.

org.eclipse.osgi.service.resolver.VersionConstraint.getRequirement() returns org.osgi.framework.wiring.BundleRequirement for which no Javadoc is available.

Affected page:
index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fosgi%2Fservice%2Fresolver%2FVersionConstraint.html
Comment 1 Dani Megert CLA 2011-05-20 06:31:33 EDT
Javadoc for org.osgi.framework.hooks.resolver.ResolverHookFactory is also missing
Comment 2 Dani Megert CLA 2011-05-20 06:32:24 EDT
I guess the whole org.osgi.framework.* Javadoc needs to be added.
Comment 3 Thomas Watson CLA 2011-05-20 09:30:25 EDT
I made a change to link in the http://www.osgi.org/javadoc/r4v43 javadoc.  I am running a test build to see if this works.  I am not sure -link pays attention to the order of -link and if we are going to pickup the new types from http://www.osgi.org/javadoc/r4v43 before the other types in http://www.osgi.org/javadoc/r4v42.  The issue is the link for http://www.osgi.org/javadoc/r4v43 is not complete because it only includes the released stuff from the v4.3 OSGi core specification.  In a few more months that link will get updated with the rest of the OSGi compendium javadoc.

In the mean time I am trying to link to both.
Comment 4 Thomas Watson CLA 2011-05-20 17:43:54 EDT
I released the changes for the next RC3 build.  Unfortunately the test build failed on hudson for testing the javadoc changes.  I opened bug 346766 on that.  Will have to check the next build to see if it works for the real I-Build.
Comment 5 Dani Megert CLA 2011-05-23 03:01:01 EDT
This worked.
Comment 6 Dani Megert CLA 2011-05-23 03:02:04 EDT
Verified in I20110521-0800.