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 233290 - NullPointerException at org.netbeans.modules.bugtracking.util.NBBugzillaUtils.isNbRepository
Summary: NullPointerException at org.netbeans.modules.bugtracking.util.NBBugzillaUtils...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-24 08:46 UTC by ehsavoie
Modified: 2013-07-27 02:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202454


Attachments
stacktrace (8.74 KB, text/plain)
2013-07-24 08:46 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2013-07-24 08:46:01 UTC
Build: NetBeans IDE Dev (Build 201307212300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
ehsavoie: Connecting to bugzilla




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.util.NBBugzillaUtils.isNbRepository(NBBugzillaUtils.java:68)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor$ExceptionHandler.getLoginError(BugzillaExecutor.java:371)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor$ExceptionHandler.createHandler(BugzillaExecutor.java:332)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:139)
   at org.netbeans.modules.bugzilla.commands.BugzillaExecutor.execute(BugzillaExecutor.java:108)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepositoryController$3.execute(BugzillaRepositoryController.java:323)
Comment 1 ehsavoie 2013-07-24 08:46:03 UTC
Created attachment 137669 [details]
stacktrace
Comment 2 Tomas Stupka 2013-07-25 14:45:46 UTC
fixed in core-main #fbe334d27331
Comment 3 Quality Engineering 2013-07-27 02:21:54 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fbe334d27331
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #233290 - NullPointerException at org.netbeans.modules.bugtracking.util.NBBugzillaUtils.isNbRepository