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 249899 - NullPointerException at org.netbeans.modules.bugtracking.tasks.filter.ScheduleCategoryFilter.isInFilter
Summary: NullPointerException at org.netbeans.modules.bugtracking.tasks.filter.Schedul...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 17:07 UTC by Tomas Stupka
Modified: 2015-04-03 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214872


Attachments
stacktrace (4.22 KB, text/plain)
2015-01-19 17:07 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2015-01-19 17:07:00 UTC
This bug was originally marked as duplicate of bug 238652, 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 20150119-1abb62f82d21)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_65-b20
OS: Mac OS X

User Comments:
tstupka: closed a team repo




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bugtracking.tasks.filter.ScheduleCategoryFilter.isInFilter(ScheduleCategoryFilter.java:79)
   at org.netbeans.modules.bugtracking.tasks.filter.ScheduleCategoryFilter.isInFilter(ScheduleCategoryFilter.java:55)
   at org.netbeans.modules.bugtracking.tasks.filter.AppliedFilters.isInFilter(AppliedFilters.java:83)
   at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.isCategoryInFilter(DashboardViewer.java:1311)
   at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer.updateCategoryNode(DashboardViewer.java:1052)
   at org.netbeans.modules.bugtracking.tasks.dashboard.DashboardViewer$12.run(DashboardViewer.java:720)
Comment 1 Tomas Stupka 2015-01-19 17:07:02 UTC
Created attachment 151578 [details]
stacktrace
Comment 2 Tomas Stupka 2015-04-02 16:40:01 UTC
fixed in jet-main #dab65fc861da
Comment 3 Quality Engineering 2015-04-03 03:06:55 UTC
Integrated into 'main-silver', will be available in build *201504030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dab65fc861da
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #249899 - NullPointerException at org.netbeans.modules.bugtracking.tasks.filter.ScheduleCategoryFilter.isInFilter