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 215392 - NullPointerException at org.netbeans.modules.subversion.ui.repository.Repository.onSelectedRepositoryChange
Summary: NullPointerException at org.netbeans.modules.subversion.ui.repository.Reposit...
Status: RESOLVED DUPLICATE of bug 209556
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 09:23 UTC by Exceptions Reporter
Modified: 2012-07-27 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190636


Attachments
stacktrace (1.43 KB, text/plain)
2012-07-11 09:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-11 09:23:38 UTC
This bug was originally marked as duplicate of bug 209556, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-411, Java(TM) SE Runtime Environment, 1.6.0_31-b04-411-11M3720
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.repository.Repository.onSelectedRepositoryChange(Repository.java:401)
   at org.netbeans.modules.subversion.ui.repository.Repository.initPanel(Repository.java:221)
   at org.netbeans.modules.subversion.ui.repository.Repository.<init>(Repository.java:133)
   at org.netbeans.modules.subversion.client.SvnClientExceptionHandler.handleRepositoryConnectError(SvnClientExceptionHandler.java:233)
   at org.netbeans.modules.subversion.client.SvnClientExceptionHandler.handleException(SvnClientExceptionHandler.java:181)
   at org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handleException(SvnClientInvocationHandler.java:393)
Comment 1 Exceptions Reporter 2012-07-11 09:23:40 UTC
Created attachment 121922 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-07-27 09:31:47 UTC

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