| Summary: | [validation] Invalid JSdoc error reported for function without return statement | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Chris Jaun <cmjaun> |
| Component: | General | Assignee: | 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: | |||
Works fine in 3.5. |
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