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 192223 - AssertionError: FileName: D:\Programmation\ProjetOptimEisti\trunk\Server\makefile@fe1821e fo: MasterFileObject[D:\Programmation\ProjetOptimEisti\trunk\Server\Makefile@5e7c7d85:654937e2,valid=true]
Summary: AssertionError: FileName: D:\Programmation\ProjetOptimEisti\trunk\Server\make...
Status: RESOLVED DUPLICATE of bug 190319
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 19:33 UTC by Blackpanther
Modified: 2011-01-31 20:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174107


Attachments
stacktrace (2.72 KB, text/plain)
2010-11-20 19:33 UTC, Blackpanther
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Blackpanther 2010-11-20 19:33:14 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Windows 7

User Comments:
GUEST: Adding a file "configuration.h" where a existing but broken file "configuration.h" aleardy exists.
Basically, was trying to resolve the broken dependency.

Blackpanther: nothing...




Stacktrace: 
java.lang.AssertionError: FileName: D:\Programmation\ProjetOptimEisti\trunk\Server\makefile@fe1821e fo: MasterFileObject[D:\Programmation\ProjetOptimEisti\trunk\Server\Makefile@5e7c7d85:654937e2,valid=true]
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getChildren(FolderObj.java:150)
   at org.netbeans.modules.versioning.spi.VCSContext.addProjectFiles(VCSContext.java:299)
   at org.netbeans.modules.versioning.spi.VCSContext.forNodes(VCSContext.java:148)
   at org.netbeans.modules.versioning.ProjectMenuItem.createVersioningSystemItems(ProjectMenuItem.java:149)
   at org.netbeans.modules.versioning.ProjectMenuItem.access$400(ProjectMenuItem.java:75)
   at org.netbeans.modules.versioning.ProjectMenuItem$LazyMenu.addVersioningSystemItems(ProjectMenuItem.java:265)
Comment 1 Blackpanther 2010-11-20 19:33:26 UTC
Created attachment 103145 [details]
stacktrace
Comment 2 Tomas Stupka 2010-11-22 09:23:53 UTC
cached fileName value conflicts with actual fileObjects name.
reassigning to filesystems for further evaluation...

Blackpanther: what about the file "D:\Programmation\ProjetOptimEisti\trunk\Server\Makefile" - do you remember if you renamed it by hand or was the change in it's name perhaps caused by a vcs update or maybe some another automatic action in the ide

thanks
Comment 3 Tomas Stupka 2010-11-22 11:04:16 UTC
taken from Blackpanthers mail:
"I think i renamed it yeah, actually it was because I had a conflict with a file named 'makefile' (note the 'm')"
Comment 4 Jaroslav Tulach 2011-01-31 20:37:09 UTC

*** This bug has been marked as a duplicate of bug 190319 ***