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 162146 - NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Comment.<init>
Summary: NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Com...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
: 162056 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-07 16:30 UTC by tboerkel
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149109


Attachments
stacktrace (1.69 KB, text/plain)
2009-04-07 16:30 UTC, tboerkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2009-04-07 16:30:09 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Server 2008, 6.0, x86

User Comments:
tboerkel: Clicking on issue number in the source.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Comment.<init>(BugzillaIssue.java:758)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getComments(BugzillaIssue.java:635)
        at org.netbeans.modules.bugzilla.issue.CommentsPanel.setIssue(CommentsPanel.java:142)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:244)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:167)
        at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:58)
Comment 1 tboerkel 2009-04-07 16:30:20 UTC
Created attachment 79659 [details]
stacktrace
Comment 2 Tomas Stupka 2009-04-07 19:07:03 UTC
fixed 

changeset   : 125613:cd717d970835
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Tue Apr 07 20:06:35 CEST 2009
Comment 3 Quality Engineering 2009-04-09 19:35:51 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cd717d970835
User: Tomas Stupka <tstupka@netbeans.org>
Log: #162146 - NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Comment.<init>
Comment 4 Tomas Stupka 2009-04-10 10:40:32 UTC
*** Issue 162056 has been marked as a duplicate of this issue. ***