Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323146

Summary: [explorer] Under the JS Resources explorer node classes defined in multiple files should be merged
Product: [WebTools] JSDT Reporter: Ian Tewksbury <itewksbu>
Component: GeneralAssignee: 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:

Description Ian Tewksbury CLA 2010-08-19 10:04:56 EDT
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.
Comment 1 Nitin Dahyabhai CLA 2011-06-30 17:25:38 EDT

*** This bug has been marked as a duplicate of bug 314881 ***