Bug 5583 - getNonJavaResources does not return .class files for source folders
Summary: getNonJavaResources does not return .class files for source folders
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 5400 5520
  Show dependency tree
 
Reported: 2001-11-06 12:34 EST by Dani Megert CLA
Modified: 2002-06-04 09:54 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 Dani Megert CLA 2001-11-06 12:34:14 EST
With the source folder project setup I define which folders are source folders. 
I expect getNonJavaResources to return .class files and that they show up in the 
Packages view. Currently they don't show up because getNonJavaResources does not 
return them.

Test Case:
1. Create a project with source folder setup
2. Add a file that ends with .class to one of the source folders
==> class file is not visible.
Comment 1 Philipe Mulet CLA 2002-06-04 09:54:40 EDT
Classfiles are not shown in source folders (in proj==src==bin) this would be 
extremely confusing.

Working as designed.