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 240597 - NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.expandAll
Summary: NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.exp...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 241334 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-17 11:34 UTC by jrwhitley
Modified: 2014-02-03 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206664


Attachments
stacktrace (2.90 KB, text/plain)
2014-01-17 11:34 UTC, jrwhitley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrwhitley 2014-01-17 11:34:03 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
jrwhitley: Opened 'Report an issue'. Got a NPE after 2 or 3 seconds . cliked on expand all




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugzilla.issue.CommentsPanel.expandAll(CommentsPanel.java:427)
   at org.netbeans.modules.bugzilla.issue.IssuePanel$38.actionPerformed(IssuePanel.java:3999)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 jrwhitley 2014-01-17 11:34:07 UTC
Created attachment 144067 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-01-17 12:26:08 UTC
my mistake. Happens when you click on Expand/Collapse All in a not yet submitted issue. The comments section should be completely hidden until submitted.

fixed: core-main #6026bfad21e8
Comment 3 Quality Engineering 2014-01-18 04:51:06 UTC
Integrated into 'main-silver', will be available in build *201401180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6026bfad21e8
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #240597 - NullPointerException at org.netbeans.modules.bugzilla.issue.CommentsPanel.expandAll
comments section should be hidden until a new task is submitted to a repository
Comment 4 Ondrej Vrabec 2014-02-03 13:46:52 UTC
*** Bug 241334 has been marked as a duplicate of this bug. ***