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 240869 - NPE in console
Summary: NPE in console
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 10:34 UTC by Vladimir Kvashin
Modified: 2014-01-25 03:39 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 Vladimir Kvashin 2014-01-23 10:34:34 UTC
When opening a full remote project in the case IDE runs on Windows:

java.lang.NullPointerException: Null file object for vk@11.62.15.196:/export/home/vk/NetBeansProjects/mysql-5.1.38\.
    at org.netbeans.modules.cnd.makeproject.MakeSources.initSources(MakeSources.java:236)
    at org.netbeans.modules.cnd.makeproject.MakeSources.getSourceGroups(MakeSources.java:110)
    at org.netbeans.modules.localhistory.LocalHistory.setRoots(LocalHistory.java:185)
    at org.netbeans.modules.localhistory.LocalHistory.access$100(LocalHistory.java:90)
    at org.netbeans.modules.localhistory.LocalHistory$3$1.run(LocalHistory.java:368)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 2 Quality Engineering 2014-01-25 03:39:30 UTC
Integrated into 'main-silver', will be available in build *201401250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/17794cbfa86c
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #240869 - NPE in console