This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 27648

Summary: Files in folders which contain a dot are not correctly recognized
Product: platform Reporter: Petr Jiricka <pjiricka>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 27872    
Bug Blocks:    
Attachments: This exception occurs if the folder with dot contains an .xml file

Description Petr Jiricka 2002-09-27 15:08:07 UTC
1. Mount some filesystem
2. Using the operating system, create a folder under this 
filesystem containing a dot, e.g. 'x.y'
3. Under this folder, create another folder (say 'z')
So now you have something like c:\mountedfs\x.y\z
4. Expand the x.y folder in the IDE explorer

You will see that folder z is not recognized as a folder, 
but has a blank icon. This is because the IDE somehow 
ignores the extension of the folder, so it is looking for 
c:\mountedfs\x\z.
Comment 1 Petr Jiricka 2002-09-27 15:46:30 UTC
Created attachment 7545 [details]
This exception occurs if the folder with dot contains an .xml file
Comment 2 rmatous 2002-09-27 19:11:01 UTC
Fixed in trunk.
Comment 3 pzajac 2002-10-14 14:35:51 UTC
verified