| Summary: | FunctionExpression JSDoc is being stripped from definitions during inferencing | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 8.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Fix + tests: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=bc3d068cd13f7e297ce12cf96d91d15cf78d3d23 It turned out it wasn't so much that the doc was being stripped, but that there was not really any support for function expressions beyond @return and @param tag checks., now we pass through the computed doc and no longer remove existing cached doc |