Bug 407067 - Javadoc warnings in I20130501-2000
Summary: Javadoc warnings in I20130501-2000
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 4.3 RC1   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2013-05-02 08:21 EDT by Markus Keller CLA
Modified: 2013-05-13 11:36 EDT (History)
2 users (show)

See Also:


Attachments
Fix (696 bytes, patch)
2013-05-02 08:21 EDT, Markus Keller CLA
daniel_megert: review+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2013-05-02 08:21:01 EDT
Created attachment 230399 [details]
Fix

http://download.eclipse.org/eclipse/downloads/drops4/I20130501-2000/compilelogs/jdt.doc.isv.javadoc.txt has 7 warnings of this kind:

../../../eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewPackageWizardPage.java:22: error: package org.eclipse.equinox.bidi does not exist
import org.eclipse.equinox.bidi.StructuredTextTypeHandlerFactory;
                               ^

The generated Javadoc is not affected, since the type is not used in an API.
Comment 1 Dani Megert CLA 2013-05-02 11:45:48 EDT
+1 for RC1.
Comment 3 Markus Keller CLA 2013-05-13 11:36:21 EDT
Verified in I20130508-2000.