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 73985 - NullPinterException in PasswordFile.acceptSvnUrl
Summary: NullPinterException in PasswordFile.acceptSvnUrl
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-25 15:25 UTC by _ hair
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ hair 2006-03-25 15:25:03 UTC
java.lang.NullPointerException
	at
org.netbeans.modules.subversion.settings.PasswordFile.acceptSvnUrl(PasswordFile.java:148)
	at
org.netbeans.modules.subversion.settings.PasswordFile.findFileForUrl(PasswordFile.java:123)
	at
org.netbeans.modules.subversion.client.SvnClientFactory.createSvnClient(SvnClientFactory.java:64)
	at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:210)
	at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:202)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.executeStatus(VersioningPanel.java:378)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.refreshStatuses(VersioningPanel.java:345)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.performRefreshAction(VersioningPanel.java:340)
	at
org.netbeans.modules.subversion.ui.status.SvnVersioningTopComponent.performRefreshAction(SvnVersioningTopComponent.java:188)
	at
org.netbeans.modules.subversion.ui.status.StatusAction$1.run(StatusAction.java:50)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:514)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:947)
Comment 1 _ hair 2006-03-25 15:28:52 UTC
Happened when trying to commit to the scarab open-source project.
Trunk build from 060323
Comment 2 Tomas Stupka 2006-03-30 08:28:14 UTC
Should be fixed 
Comment 3 _ hair 2006-04-10 15:58:00 UTC
lookin good :-)