| Summary: | [explorer] Under the JS Resources explorer node classes defined in multiple files should be merged | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Ian Tewksbury <itewksbu> |
| Component: | General | Assignee: | Project Inbox <jsdt.web-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | Nitin Dahyabhai <thatnitind> |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 314881 *** |
if you have the following ---- A.js : foo.bar.Awesome.prototype.funcOne = function() { } B.js : foo.bar.Awesome.prototype.funcTwo = function() { } ---- Then under the JavaScript Resources node there will be the foo.bar package. Under the foo.bar package I would expect to see one node for the class "Awesome" with two functions listed under it, "funcOne" and "funcTwo". What I see instead is two "Awesome" classes listed under the "foo.bar" package each with one of the two methods.