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 152511

Summary: NPE at org.netbeans.modules.subversion.Subversion.getClient
Product: versioncontrol Reporter: buczekartur <buczekartur>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=136744
Issue Type: DEFECT Exception Reporter: 136744
Attachments: stacktrace

Description buczekartur 2008-11-06 11:27:17 UTC
Build: NetBeans IDE 6.5 RC2 (Build 20081031085833)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.25.18-0.2-default, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:211)
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:244)
        at org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:534)
        at org.netbeans.modules.subversion.ui.project.ImportAction$.perform(ImportAction.java:152)
        at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:103)
        at org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:96)
Comment 1 buczekartur 2008-11-06 11:27:22 UTC
Created attachment 73362 [details]
stacktrace
Comment 2 Tomas Stupka 2008-11-19 17:40:36 UTC

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