Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341641 - [validation] Invalid JSdoc error reported for function without return statement
Summary: [validation] Invalid JSdoc error reported for function without return statement
Status: RESOLVED WORKSFORME
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 11:19 EDT by Chris Jaun CLA
Modified: 2013-06-14 16:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.