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

Bug 341641

Summary: [validation] Invalid JSdoc error reported for function without return statement
Product: [WebTools] JSDT Reporter: Chris Jaun <cmjaun>
Component: GeneralAssignee: Project Inbox <jsdt.javascript-inbox>
Status: RESOLVED WORKSFORME QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3    
Version: 3.2.3   
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Chris Jaun CLA 2011-04-01 11:19:49 EDT
1. Turn on all JSdoc error reporting in preferences.
2. Put the following in a JS editor...

/**
 * 
 */
function ccc() {
	
}


It reports the following error - 

JSdoc: Missing tag for return type
Comment 1 Chris Jaun CLA 2013-06-14 16:04:21 EDT
Works fine in 3.5.