Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323146 - [explorer] Under the JS Resources explorer node classes defined in multiple files should be merged
Summary: [explorer] Under the JS Resources explorer node classes defined in multiple f...
Status: CLOSED DUPLICATE of bug 314881
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-19 10:04 EDT by Ian Tewksbury CLA
Modified: 2011-06-30 17:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***