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 162973 - NullPointerException at org.netbeans.modules.kenai.api.KenaiException.fillErrorData
Summary: NullPointerException at org.netbeans.modules.kenai.api.KenaiException.fillErr...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 18:15 UTC by _ ludo
Modified: 2009-04-28 22:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149729


Attachments
stacktrace (478 bytes, text/plain)
2009-04-17 18:16 UTC, _ ludo
Details
stacktrace (478 bytes, text/plain)
2009-04-28 22:37 UTC, remisb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ ludo 2009-04-17 18:15:44 UTC
Build: NetBeans IDE Dev (Build 200904161401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.api.KenaiException.fillErrorData(KenaiException.java:149)
        at org.netbeans.modules.kenai.api.KenaiException.getStatus(KenaiException.java:177)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel$4.run(KenaiSearchPanel.java:311)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 _ ludo 2009-04-17 18:16:50 UTC
Created attachment 80381 [details]
stacktrace
Comment 2 Jan Becicka 2009-04-20 13:17:04 UTC
76e4fd50ea73
Comment 3 Quality Engineering 2009-04-21 08:10:40 UTC
Integrated into 'main-golden', will be available in build *200904210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/76e4fd50ea73
User: Jan Becicka <jbecicka@netbeans.org>
Log: #162973: NullPointerException at org.netbeans.modules.kenai.api.KenaiException.fillErrorData
Comment 4 remisb 2009-04-28 22:37:49 UTC
Build: NetBeans IDE Dev (Build 200904270201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.kenai.api.KenaiException.fillErrorData(KenaiException.java:153)
        at org.netbeans.modules.kenai.api.KenaiException.getStatus(KenaiException.java:182)
        at org.netbeans.modules.kenai.ui.KenaiSearchPanel$4.run(KenaiSearchPanel.java:325)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 5 remisb 2009-04-28 22:37:53 UTC
Created attachment 81132 [details]
stacktrace