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 236537 - NullPointerException at org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.addFile
Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.ad...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-30 09:37 UTC by uwe_pachler
Modified: 2014-01-14 10:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204266


Attachments
stacktrace (2.52 KB, text/plain)
2013-09-30 09:37 UTC, uwe_pachler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description uwe_pachler 2013-09-30 09:37:03 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
uwe_pachler: performing a SVN commit with a new project




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.addFile(SVNWCClient16.java:3316)
   at org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.doAdd(SVNWCClient16.java:1865)
   at org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.doAdd(SVNWCClient16.java:1737)
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldAdd.run(SvnOldAdd.java:26)
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldAdd.run(SvnOldAdd.java:11)
   at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
Comment 1 uwe_pachler 2013-09-30 09:37:04 UTC
Created attachment 140642 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-09-30 10:02:19 UTC
Are you able to reproduce always? I will need a reproducible test case before filing the issue to svnkit
Comment 3 Ondrej Vrabec 2014-01-14 10:51:20 UTC
hopefully fixed with http://hg.netbeans.org/core-main/rev/f0c145d3d412 - made use of svn client thread safe