Bug 5583

Summary: getNonJavaResources does not return .class files for source folders
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: PC   
OS: Windows NT   
Whiteboard:
Bug Depends on:    
Bug Blocks: 5400, 5520    

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.