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 162312 - NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Attachment.<init>
Summary: NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Att...
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:
Depends on:
Blocks:
 
Reported: 2009-04-09 14:26 UTC by rgarske
Modified: 2009-07-27 09:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148382


Attachments
stacktrace (1.70 KB, text/plain)
2009-04-09 14:26 UTC, rgarske
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rgarske 2009-04-09 14:26:09 UTC
Build: NetBeans IDE Dev (Build 200903310200)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
rgarske: Commit a change to Mercurial and trying to update an issue in a local Bugzilla installation.
Local means on a webserver on our local office network.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Attachment.<init>(BugzillaIssue.java:801)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getAttachments(BugzillaIssue.java:591)
        at org.netbeans.modules.bugzilla.issue.AttachmentsPanel.setIssue(AttachmentsPanel.java:110)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:260)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:167)
        at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:58)
Comment 1 rgarske 2009-04-09 14:26:16 UTC
Created attachment 79823 [details]
stacktrace
Comment 2 Tomas Stupka 2009-04-10 14:32:18 UTC
fixed

changeset   : 126313:a7c0c840adb6
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Fri Apr 10 15:31:58 CEST 2009
Comment 3 Quality Engineering 2009-04-15 07:49:25 UTC
Integrated into 'main-golden', will be available in build *200904150201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a7c0c840adb6
User: Tomas Stupka <tstupka@netbeans.org>
Log: #162312 - NullPointerException at org.netbeans.modules.bugzilla.issue.BugzillaIssue$Attachment.<init>