Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334912

Summary: javadoc warnings in N20110119-2000 wrt org.eclipse.help
Product: [Eclipse Project] Platform Reporter: Kim Moir <kim.moir>
Component: User AssistanceAssignee: Chris Austin <ChrisAustin>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: cgold
Version: 3.7   
Target Milestone: 3.7 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Possible fix none

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.