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 240710 - NullPointerException at java.util.ArrayList.<init>
Summary: NullPointerException at java.util.ArrayList.<init>
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 14:22 UTC by Vladimir Voskresensky
Modified: 2014-01-21 02:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206767


Attachments
stacktrace (5.68 KB, text/plain)
2014-01-20 14:22 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-01-20 14:22:08 UTC
Build: NetBeans IDE Dev (Build 20140120-474df8ae644f)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
vv159170: revert file changes




Stacktrace: 
java.lang.NullPointerException
   at java.util.ArrayList.<init>(ArrayList.java:164)
   at org.netbeans.modules.mercurial.util.HgUtils.getNotSharablePaths(HgUtils.java:1523)
   at org.netbeans.modules.mercurial.ui.update.RevertModificationsAction$2.call(RevertModificationsAction.java:201)
   at org.netbeans.modules.mercurial.ui.update.RevertModificationsAction$2.call(RevertModificationsAction.java:194)
   at org.netbeans.modules.versioning.indexingbridge.Bridge$1.call(Bridge.java:64)
   at org.netbeans.modules.parsing.api.indexing.IndexingManager.runProtected(IndexingManager.java:396)
Comment 1 Vladimir Voskresensky 2014-01-20 14:22:10 UTC
Created attachment 144156 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-01-20 14:36:34 UTC
fix: http://hg.netbeans.org/core-main/rev/379b166b4af5
Comment 3 Quality Engineering 2014-01-21 02:57:20 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/379b166b4af5
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #240710 - NullPointerException at java.util.ArrayList.<init>