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

Bug 111572

Summary: G2X:Cannot create folder in the NLS java project
Product: [Eclipse Project] JDT Reporter: Jason Liang <pvctest>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: billy.biggs, camle, Karice_McIntyre, kitlo, llyen, martinae, mtveety, steven.wasleski
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
Vedio capture for creating a folder none

Description Jason Liang CLA 2005-10-05 05:15:33 EDT
OS:	        All
Language:	All Language
Build level: 	M20050929-0840
JDK version:  IBM JDK 1.4.2 SR2
Test case #:  6.01 SYNCHRONIZING A NLS PROJECT NAME WITH A REPOSITORY

Summary: G2X: Cannot create folder in NLS java project

Steps to recreate problem:
1- Create a Java Project started with NLS characters.
2- Create a NLS folder in the NLS project.
3- Delect the one created at step 2.

Error:
After step 2, a NLS package is created.

Expected Result:
After step 2, a NLS folder is created.
Comment 1 Jason Liang CLA 2005-10-05 05:19:08 EDT
Created attachment 27851 [details]
Vedio capture for creating a folder
Comment 2 Billy Biggs CLA 2005-10-05 08:26:56 EDT
This is not NLS-specific (and I think it is the intended behaviour, a folder is
represented as a package in the Java Package Explorer).

Moving to JDT-UI.
Comment 3 Martin Aeschlimann CLA 2005-10-05 13:45:36 EDT
This is the normal behaviour of the package explorer. The folder you added is
below a source folder (the project, in this case). Below source folders, folders
are rendered as packages. 
Comment 4 Jason Liang CLA 2005-10-07 02:05:11 EDT
We agree with Martin's comment.