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 - NullPointerException at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.isAuthenticate
Summary: NullPointerException at org.netbeans.modules.bugzilla.commands.BugzillaExecut...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 13:29 UTC by Jaromir Uhrik
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 147640


Attachments
stacktrace (1.31 KB, text/plain)
2009-03-16 13:29 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
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