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 161304

Summary: NullPointerException at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.browseRepoButtonActionPerformed
Product: connecteddeveloper Reporter: Petr Dvorak <joshis>
Component: Team FrameworkAssignee: Milan Kubec <mkubec>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148351
Issue Type: DEFECT Exception Reporter: 148351
Attachments: stacktrace

Description Petr Dvorak 2009-03-26 19:49:02 UTC
Build: NetBeans IDE Dev (Build 200903251400)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-14-generic, i386

User Comments:
joshis: I wanted to browse the folder to get (folder for SVN checkout) by clicking the "Browse" button in "Get Sources from Kenai" dialog (the middle "Browse" button). I was not logged in and the project was not mine...



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.browseRepoButtonActionPerformed(GetSourcesFromKenaiPanel.java:373)
        at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.access$300(GetSourcesFromKenaiPanel.java:95)
        at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel$4.actionPerformed(GetSourcesFromKenaiPanel.java:258)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 Petr Dvorak 2009-03-26 19:49:09 UTC
Created attachment 78935 [details]
stacktrace
Comment 2 Milan Kubec 2009-03-27 08:34:34 UTC
Fixed in cdev.

http://hg.netbeans.org/cdev/rev/12a14223ee74

During next 2 - 10 days it will show up in dev build.
Comment 3 Quality Engineering 2009-03-28 20:41:59 UTC
Integrated into 'main-golden', will be available in build *200903281400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/12a14223ee74
User: Milan Kubec <mkubec@netbeans.org>
Log: #161304: NPE when browsing SVN repo without login
Comment 4 Petr Dvorak 2009-03-31 13:13:40 UTC
Verified