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 213977 - NullPointerException at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen
Summary: NullPointerException at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess....
Status: RESOLVED DUPLICATE of bug 212158
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 13:31 UTC by stiffuser
Modified: 2012-06-12 08:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186272


Attachments
stacktrace (3.43 KB, text/plain)
2012-06-11 13:31 UTC, stiffuser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stiffuser 2012-06-11 13:31:06 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9268-on-20120503)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:427)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:283)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:276)
   at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:272)
   at org.tmatesoft.svn.core.internal.wc16.SVNStatusClient16.doStatus(SVNStatusClient16.java:370)
   at org.tmatesoft.svn.core.internal.wc2.old.SvnOldGetStatus.run(SvnOldGetStatus.java:22)
Comment 1 stiffuser 2012-06-11 13:31:12 UTC
Created attachment 120669 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-06-12 08:26:50 UTC

*** This bug has been marked as a duplicate of bug 212158 ***