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 243349 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.Quer...
Status: RESOLVED FIXED
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:
: 245901 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-28 11:19 UTC by Tomas Stupka
Modified: 2014-07-23 10:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208768


Attachments
stacktrace (3.07 KB, text/plain)
2014-03-28 11:19 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2014-03-28 11:19:13 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 Dev (Build 20140328-b6f5584d3aab)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
tstupka: auto refresh off

tstupka: autorefresh off




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 Tomas Stupka 2014-03-28 11:19:15 UTC
Created attachment 146373 [details]
stacktrace
Comment 2 Tomas Stupka 2014-03-31 11:10:50 UTC
fixed in core-main #fff8dc544755
Comment 3 Quality Engineering 2014-04-02 01:39:06 UTC
Integrated into 'main-silver', will be available in build *201404020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fff8dc544755
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #243349 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled
Comment 4 Tomas Stupka 2014-07-23 10:00:43 UTC
*** Bug 245901 has been marked as a duplicate of this bug. ***