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 183045 - folder taken as file in file name comparison when creating new files
Summary: folder taken as file in file name comparison when creating new files
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 141886
Blocks:
  Show dependency tree
 
Reported: 2010-03-29 09:50 UTC by Filip Zamboj
Modified: 2010-04-15 13:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Zamboj 2010-03-29 09:50:43 UTC
originally reported as part of bug 182958 ]


1. create subfolder "newFolder" in project 
2. on NewFolder's parent create new php file called "NewFolder" (don't write extension php because it supposed to be added automatically) 
result: you can't proceed because of warning that file already exists 

Product Version: NetBeans IDE Dev (Build 100329-6f4b3c4a45a6)
Comment 1 Tomas Mysik 2010-04-01 12:00:16 UTC
Again, IMHO not possible to fix without fixing issue #141886. However, work around is very easy, just add a file extension...
Comment 2 Tomas Mysik 2010-04-13 17:19:53 UTC
Issue #141886 is fixed now.
Comment 3 Filip Zamboj 2010-04-15 13:21:53 UTC
verified 
Product Version: NetBeans IDE Dev (Build 100415-927c690b5b34)