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

Bug 359888

Summary: java files are returned in members()
Product: [WebTools] WTP Java EE Tools Reporter: Jason Duan <jasonxd>
Component: jst.j2eeAssignee: jst.j2ee <jst.j2ee-inbox>
Status: NEW --- QA Contact: Chuck Bridgham <cbridgha>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jason Duan CLA 2011-10-04 14:15:41 EDT
Build Identifier: wtp 3.2.5

I have a web project.  I added an additional source folder to it.  I use the project properties to modify the build path properties to allow output to the source folder and specify the output to that source folder.

When I call the members() method on the folder, I get both the class files and the java files back.  It should return only the class files.

Reproducible: Always