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 213125 - NullPointerException at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCommit.run
Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCommit.run
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL: http://issues.tmatesoft.com/issue/SVN...
Keywords:
Depends on:
Blocks: 215016
  Show dependency tree
 
Reported: 2012-05-28 21:51 UTC by augcampos
Modified: 2012-06-30 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188524


Attachments
stacktrace (6.19 KB, text/plain)
2012-05-28 21:51 UTC, augcampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description augcampos 2012-05-28 21:51:17 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
augcampos: svn commit




Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCommit.run(SvnOldCommit.java:53)
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCommit.run(SvnOldCommit.java:19)
   at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
   at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
   at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
   at org.tmatesoft.svn.core.wc2.SvnCommit.run(SvnCommit.java:184)
Comment 1 augcampos 2012-05-28 21:51:25 UTC
Created attachment 119969 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-05-29 08:43:43 UTC
filed as http://issues.tmatesoft.com/issue/SVNKIT-259 against SVNKit