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 - Files in folders which contain a dot are not correctly recognized
Summary: Files in folders which contain a dot are not correctly recognized
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 27872
Blocks:
  Show dependency tree
 
Reported: 2002-09-27 15:08 UTC by Petr Jiricka
Modified: 2008-12-22 21:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This exception occurs if the folder with dot contains an .xml file (2.50 KB, text/plain)
2002-09-27 15:46 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
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