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 257712 - NullPointerException at org.netbeans.modules.bugtracking.tasks.TaskSchedulingManager.isInInterval
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.TaskScheduling...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-27 12:27 UTC by Tomas Stupka
Modified: 2016-01-28 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212432


Attachments
stacktrace (996 bytes, text/plain)
2016-01-27 12:28 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2016-01-27 12:27:58 UTC
Build: NetBeans IDE Dev (Build 20160127-c9635477cd5e)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-ea-b05
OS: Mac OS X

User Comments:
tstupka: - unschedule an issue
- refresh manually the 'schedule all' category before it refresheses automatically

GUEST: nothing




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.tasks.TaskSchedulingManager.isInInterval(TaskSchedulingManager.java:214)
   at org.netbeans.modules.bugtracking.tasks.TaskSchedulingManager.getScheduledTasks(TaskSchedulingManager.java:201)
   at org.netbeans.modules.bugtracking.tasks.ScheduleCategory.getTasks(ScheduleCategory.java:83)
   at org.netbeans.modules.bugtracking.tasks.Category.refreshTasks(Category.java:153)
   at org.netbeans.modules.bugtracking.tasks.Category.refresh(Category.java:146)
   at org.netbeans.modules.bugtracking.tasks.dashboard.CategoryNode.refreshTaskContainer(CategoryNode.java:91)
Comment 1 Tomas Stupka 2016-01-27 12:28:00 UTC
Created attachment 158247 [details]
stacktrace
Comment 2 Tomas Stupka 2016-01-27 14:32:31 UTC
fixed in jet-main #148f7a0aee40
Comment 3 Quality Engineering 2016-01-28 02:34:08 UTC
Integrated into 'main-silver', will be available in build *201601280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/148f7a0aee40
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257712 - NullPointerException at org.netbeans.modules.bugtracking.tasks.TaskSchedulingManager.isInInterval