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 245901 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.Quer...
Status: RESOLVED DUPLICATE of bug 243349
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 01:22 UTC by pekarna
Modified: 2014-07-23 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210852


Attachments
stacktrace (3.00 KB, text/plain)
2014-07-23 01:23 UTC, pekarna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2014-07-23 01:22:58 UTC
This bug was originally marked as duplicate of bug 241331, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
pekarna: Reading data from JBoss Jira, trying to stop a stalled process.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled(QueryNode.java:211)
   at org.netbeans.modules.bugtracking.tasks.actions.Actions$AutoRefreshAction.actionPerformed(Actions.java:1101)
   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.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:308)
Comment 1 pekarna 2014-07-23 01:23:00 UTC
Created attachment 148224 [details]
stacktrace
Comment 2 Tomas Stupka 2014-07-23 10:00:43 UTC

*** This bug has been marked as a duplicate of bug 243349 ***