Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334912 - javadoc warnings in N20110119-2000 wrt org.eclipse.help
Summary: javadoc warnings in N20110119-2000 wrt org.eclipse.help
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 M5   Edit
Assignee: Chris Austin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-20 11:04 EST by Kim Moir CLA
Modified: 2011-01-20 13:00 EST (History)
1 user (show)

See Also:


Attachments
Possible fix (3.21 KB, patch)
2011-01-20 11:31 EST, Olivier Thomann CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2011-01-20 11:04:05 EST
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:37: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:30: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:72: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:58: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:51: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:65: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:79: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:44: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:86: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/ISearchResult.java:93: warning - @return tag has no arguments.
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/SearchProcessorInfo.java:53: warning - Tag @link: can't find preSearch(String, String) in org.eclipse.help.search.AbstractSearchProcessor
/builds/N201101192000/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.help.base/src/org/eclipse/help/search/SearchProcessorInfo.java:31: warning - Tag @link: can't find preSearch(String, String) in org.eclipse.help.search.AbstractSearchProcessor
Comment 1 Olivier Thomann CLA 2011-01-20 11:31:24 EST
Created attachment 187209 [details]
Possible fix
Comment 2 Chris Austin CLA 2011-01-20 13:00:03 EST
(In reply to comment #1)
> Created attachment 187209 [details]
> Possible fix

Yes - this fix looks good, thanks Olivier.

Patch committed to HEAD.