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 174934 - NullPointerException at java.util.Calendar.setTime
Summary: NullPointerException at java.util.Calendar.setTime
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-10-19 21:42 UTC by rjgonzale
Modified: 2009-10-29 23:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160366


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rjgonzale 2009-10-19 21:42:40 UTC
Build: NetBeans IDE Dev (Build 200910150201)
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.30.8-64.fc11.x86_64, amd64
User comments: Comitting to subversion and marking an issue in bugzilla as fixed

Stacktrace: 
java.lang.NullPointerException
        at java.util.Calendar.setTime(Calendar.java:1092)
        at java.text.SimpleDateFormat.format(SimpleDateFormat.java:876)
        at java.text.SimpleDateFormat.format(SimpleDateFormat.java:869)
        at java.text.DateFormat.format(DateFormat.java:333)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.reloadForm(IssuePanel.java:356)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.setIssue(IssuePanel.java:247)
        at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:59)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getController(BugzillaIssue.java:319)
        at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.setIssue(IssueTopComponent.java:174)
        at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:419)
        at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:398)
Comment 1 Tomas Stupka 2009-10-27 16:11:05 UTC
fixed

changeset   : 151036:809a850bf045
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Tue Oct 27 16:10:48 CET 2009
Comment 2 Quality Engineering 2009-10-29 23:14:18 UTC
Integrated into 'main-golden', will be available in build *200910291407* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/809a850bf045
User: Tomas Stupka <tstupka@netbeans.org>
Log: #174934 - NullPointerException at java.util.Calendar.setTime