| Summary: | [misc] JavaScript Outline Types | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Arin Lipman <dread45153> |
| Component: | General | Assignee: | Project Inbox <jsdt.javascript-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Nitin Dahyabhai <thatnitind> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cmjaun |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
In 3.5 the type of "string" is showing up as String. |
I'm coding some JavaScript objects and I'm assigning properties to the objects, but the outline view is not recognizing the type of these objects. Here is a sample (I've added in the JSDoc in the hope that this would help, but it does not appear to): Test = function(/**@type String*/input) { /** * @type String */ this.string = input; return this; }; In this outline, I see Test string:any Created from Forum posting: http://www.eclipse.org/forums/index.php?t=rview&goto=716316#msg_716316