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 172485 - NullPointerException at org.netbeans.modules.subversion.Subversion.getClient
Summary: NullPointerException at org.netbeans.modules.subversion.Subversion.getClient
Status: RESOLVED DUPLICATE of bug 168094
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 14:47 UTC by jww2nc
Modified: 2009-09-17 15:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 158678


Attachments
stacktrace (876 bytes, text/plain)
2009-09-17 14:47 UTC, jww2nc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jww2nc 2009-09-17 14:47:49 UTC
This issue was originally marked as duplicate of issue 122411, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Updating svn

jww2nc: Updating! arg.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:220)
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:274)
        at org.netbeans.modules.subversion.ui.update.UpdateAction.update(UpdateAction.java:159)
        at org.netbeans.modules.subversion.ui.update.UpdateAction.access$000(UpdateAction.java:78)
        at org.netbeans.modules.subversion.ui.update.UpdateAction$5.perform(UpdateAction.java:290)
        at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:103)
Comment 1 jww2nc 2009-09-17 14:47:58 UTC
Created attachment 87861 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-09-17 15:14:31 UTC

*** This issue has been marked as a duplicate of 168094 ***