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 160341

Summary: NullPointerException at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.isAuthenticate
Product: connecteddeveloper Reporter: Jaromir Uhrik <juhrik>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=147640
Issue Type: DEFECT Exception Reporter: 147640
Attachments: stacktrace

Description Jaromir Uhrik 2009-03-16 13:29:43 UTC
Build: NetBeans IDE Dev (Build cdev-380-on-090315)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
juhrik: Steps to reproduce:
-open bugzilla connector window
-type some name to the name field
-type "http://" to the url field
-push OK

-->> The NPE appears.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.isAuthenticate(BugzillaExecutor.java:108)
        at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.handleException(BugzillaExecutor.java:131)
        at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:86)
        at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:74)
        at org.netbeans.modules.bugzilla.repository.BugzillaConfiguration.create(BugzillaConfiguration.java:77)
        at org.netbeans.modules.bugzilla.repository.BugzillaRepository.getConfiguration(BugzillaRepository.java:346)
Comment 1 Jaromir Uhrik 2009-03-16 13:29:51 UTC
Created attachment 78225 [details]
stacktrace
Comment 2 Tomas Stupka 2009-03-16 23:47:53 UTC
fixed

changeset   : 120736:0201615f44a6
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Mon Mar 16 23:40:49 CET 2009