Bug 31757 - Folder with invalid pkg name should be non-Java resource
Summary: Folder with invalid pkg name should be non-Java resource
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-13 05:45 EST by Jerome Lanneluc CLA
Modified: 2003-02-25 05:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2003-02-13 05:45:39 EST
Build 20030211

1. Create Java project where prj=src=bin
2. Create folder 'x.y.z' in project
Observe: It doesn't appear as a non-Java resource. It doesn't appear at all.
Comment 1 Philipe Mulet CLA 2003-02-13 06:42:50 EST
Ok to investigate
Comment 2 Jerome Lanneluc CLA 2003-02-14 06:49:52 EST
JavaProjectElementInfo.computNonJavaResources() was ignoring invalid folder 
name for a package.

Fixed and added regression test JavaProjectTests.testGetNonJavaResources4()
Comment 3 David Audel CLA 2003-02-25 05:50:51 EST
Verified.