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 - NullPointerException at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPanel.browseRepoButtonActionPerformed
Summary: NullPointerException at org.netbeans.modules.kenai.ui.GetSourcesFromKenaiPane...
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 19:49 UTC by Petr Dvorak
Modified: 2009-04-05 18:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148351


Attachments
stacktrace (6.42 KB, text/plain)
2009-03-26 19:49 UTC, Petr Dvorak
Details

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