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 235409 - Tasks in categories not refreshed when refreshing the category
Summary: Tasks in categories not refreshed when refreshing the category
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 12:46 UTC by Ondrej Vrabec
Modified: 2014-04-08 13:40 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-09-02 12:46:57 UTC
Category.refreshTasks() does not refresh its tasks, it calls merely repository.getIssueImpls() which in most cases returns cached values. It should call a method (not available right now) on repositoryImpl (refresh(ids))