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 241331 - 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:
: 241335 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-03 12:40 UTC by Jaroslav Havlin
Modified: 2014-02-05 02:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207228


Attachments
stacktrace (3.00 KB, text/plain)
2014-02-03 12:40 UTC, Jaroslav Havlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Havlin 2014-02-03 12:40:32 UTC
Build: NetBeans IDE Dev (Build 20140203-1dac306c1e84)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
jhavlin: Disable autoRefresh.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled(QueryNode.java:208)
   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 Jaroslav Havlin 2014-02-03 12:40:34 UTC
Created attachment 144726 [details]
stacktrace
Comment 2 Tomas Stupka 2014-02-03 13:02:56 UTC
*** Bug 241335 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2014-02-03 18:29:23 UTC
fixed in core-main #4724666a634c
Comment 4 Quality Engineering 2014-02-05 02:45:50 UTC
Integrated into 'main-silver', will be available in build *201402050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4724666a634c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #241331 - NullPointerException at org.netbeans.modules.bugtracking.tasks.dashboard.QueryNode.setStalled