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

Summary: Tasks in categories not refreshed when refreshing the category
Product: connecteddeveloper Reporter: Ondrej Vrabec <ovrabec>
Component: Task DashboardAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: svierkant
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

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))