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

Summary: NullPointerException at org.netbeans.modules.bugtracking.util.NBBugzillaUtils.isNbRepository
Product: connecteddeveloper Reporter: ehsavoie <ehsavoie>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202454
Attachments: stacktrace

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