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 202421 - [71cat] NullPointerException at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkSupportedBugzillaServerVersion
Summary: [71cat] NullPointerException at org.netbeans.modules.bugzilla.autoupdate.Bugz...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 13:19 UTC by medeag
Modified: 2011-09-27 14:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181267


Attachments
stacktrace (1.17 KB, text/plain)
2011-09-21 13:19 UTC, medeag
Details
stacktrace (1.17 KB, text/plain)
2011-09-23 09:04 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medeag 2011-09-21 13:19:23 UTC
Build: NetBeans IDE Dev (Build 201109202329)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
medeag: Clicking on the bug number in the exception reporter




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkSupportedBugzillaServerVersion(BugzillaAutoupdate.java:170)
   at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkAndNotify(BugzillaAutoupdate.java:117)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.checkAutoupdate(BugzillaExecutor.java:485)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:106)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:98)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:94)
Comment 1 medeag 2011-09-21 13:19:27 UTC
Created attachment 110966 [details]
stacktrace
Comment 2 Petr Cyhelsky 2011-09-23 09:04:19 UTC
Created attachment 111076 [details]
stacktrace
Comment 3 Tomas Stupka 2011-09-26 08:58:54 UTC
fixed
http://hg.netbeans.org/core-main/rev/26e2a54e2f25
Comment 4 Quality Engineering 2011-09-27 14:11:22 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/26e2a54e2f25
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #202421 - [71cat] NullPointerException at org.netbeans.modules.bugzilla.autoupdate.BugzillaAutoupdate.checkSupportedBugzillaServerVersion