Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359888 - java files are returned in members()
Summary: java files are returned in members()
Status: NEW
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.j2ee CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 14:15 EDT by Jason Duan CLA
Modified: 2011-10-04 14:15 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 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