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 200058 - NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.storeSettings
Summary: NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.sto...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 19:22 UTC by Tomas Stupka
Modified: 2011-07-25 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179824


Attachments
stacktrace (4.42 KB, text/plain)
2011-07-11 19:22 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2011-07-11 19:22:49 UTC
Build: NetBeans IDE Dev (Build 20110711-5edb3716d703)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
tstupka: services/issue trackers > report an issue > close TC




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugzilla.issue.CommentsPanel.storeSettings(CommentsPanel.java:469)
   at org.netbeans.modules.bugzilla.issue.IssuePanel.closed(IssuePanel.java:2749)
   at org.netbeans.modules.bugzilla.issue.IssueController.closed(IssueController.java:98)
   at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.componentClosed(IssueTopComponent.java:413)
   at org.openide.windows.WindowManager.componentCloseNotify(WindowManager.java:322)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentClosed(WindowManagerImpl.java:1112)
Comment 1 Tomas Stupka 2011-07-11 19:22:53 UTC
Created attachment 109377 [details]
stacktrace
Comment 2 Quality Engineering 2011-07-14 14:27:20 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/5ec12a6ce47e
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #200058 - NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.storeSettings