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 192622 - Can't expand logical folders on Windows
Summary: Can't expand logical folders on Windows
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 192623 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-29 09:17 UTC by soldatov
Modified: 2010-11-30 06:15 UTC (History)
0 users

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 soldatov 2010-11-29 09:17:41 UTC
Scenario:
- Create Welcome
- Expand "Source Files" node
==> exception

java.lang.NullPointerException
	at org.netbeans.modules.remote.impl.fs.LocalFileSystemProvider.getRootFileSystem(LocalFileSystemProvider.java:98)
	at org.netbeans.modules.remote.impl.fs.LocalFileSystemProvider.isMine(LocalFileSystemProvider.java:144)
	at org.netbeans.modules.remote.spi.FileSystemProvider.normalizeFileObject(FileSystemProvider.java:111)
	at org.netbeans.modules.cnd.api.remote.RemoteFileUtil.normalizeFileObject(RemoteFileUtil.java:167)
	at org.netbeans.modules.cnd.makeproject.api.configurations.Item.getNormalizedPath(Item.java:283)
	at org.netbeans.modules.cnd.makeproject.ui.ViewItemNode.<init>(ViewItemNode.java:92)
	at org.netbeans.modules.cnd.makeproject.ui.LogicalViewChildren.createNodes(LogicalViewChildren.java:130)
	at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1648)
[catch] at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:149)
	at org.openide.nodes.EntrySupport$Default$Info.nodes(EntrySupport.java:935)
	at org.openide.nodes.EntrySupport$Default.updateAdd(EntrySupport.java:522)
	at org.openide.nodes.EntrySupport$Default.setEntries(EntrySupport.java:362)
	at org.openide.nodes.Children$Keys$2.run(Children.java:1542)
	at org.openide.util.Mutex$1Exec.run(Mutex.java:1244)
	at org.openide.nodes.Children$ProjectManagerDeadlockDetector.execute(Children.java:1907)
	at org.openide.util.Mutex.postRequest(Mutex.java:1250)
	at org.openide.util.Mutex.postRequest(Mutex.java:1213)
	at org.openide.util.Mutex.postWriteRequest(Mutex.java:585)
	at org.openide.nodes.Children$Keys.applyKeys(Children.java:1551)
	at org.openide.nodes.Children$Keys.setKeys(Children.java:1495)
	at org.netbeans.modules.cnd.makeproject.ui.BaseMakeViewChildren.access$100(BaseMakeViewChildren.java:61)
	at org.netbeans.modules.cnd.makeproject.ui.BaseMakeViewChildren$1.run(BaseMakeViewChildren.java:112)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Vladimir Kvashin 2010-11-29 12:38:27 UTC
Yes, it's Windows-specific; I can reproduce it.
Comment 2 Vladimir Kvashin 2010-11-29 12:39:22 UTC
*** Bug 192623 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Kvashin 2010-11-29 13:45:09 UTC
fixed in cnd-main
http://hg.netbeans.org/cnd-main/rev/5aafb251d9a2
Comment 4 Quality Engineering 2010-11-30 06:15:52 UTC
Integrated into 'main-golden', will be available in build *201011300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5aafb251d9a2
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #192622 -  Can't expand logical folders on Windows