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 239010 - NullPointerException at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSummarize.doDiffReposRepos
Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSumma...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL: http://issues.tmatesoft.com/issue/SVN...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-30 20:36 UTC by host
Modified: 2014-01-08 13:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205689


Attachments
stacktrace (2.51 KB, text/plain)
2013-11-30 20:36 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2013-11-30 20:36:04 UTC
Build: NetBeans IDE Dev (Build 201311300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
host: I was trying to start do get the history of a file.




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSummarize.doDiffReposRepos(SvnNgDiffSummarize.java:229)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSummarize.doDiff(SvnNgDiffSummarize.java:86)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSummarize.run(SvnNgDiffSummarize.java:61)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgDiffSummarize.run(SvnNgDiffSummarize.java:23)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgOperationRunner.run(SvnNgOperationRunner.java:20)
   at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
Comment 1 host 2013-11-30 20:36:06 UTC
Created attachment 142752 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-12-01 08:23:27 UTC
> I was trying to start do get the history of a file.
Really, are you sure you didn't run Diff?
Comment 3 host 2013-12-01 10:41:25 UTC
Actually, I was doing both: First I was invoking the diff and then I was doing the history. ...and I guess it was when I was invoking the second. But honestly, I am not 100% sure bout the timing when the exception appeared.
Comment 4 Ondrej Vrabec 2013-12-02 08:06:24 UTC
http://issues.tmatesoft.com/issue/SVNKIT-427
i'll try to find a workaround
Comment 5 Ondrej Vrabec 2013-12-02 10:20:08 UTC
fix: http://hg.netbeans.org/core-main/rev/c0384ab37d77
Comment 6 Ondrej Vrabec 2014-01-08 13:28:34 UTC
svnkit upgraded, its latest version contains the proper fix: core-main #5b44931bc388