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 181214 - Inconsistent results of KenaiIssueAccessor.getRecentIssues()
Summary: Inconsistent results of KenaiIssueAccessor.getRecentIssues()
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: REGRESSION
Depends on:
Blocks: 181134
  Show dependency tree
 
Reported: 2010-02-25 08:50 UTC by Jan Becicka
Modified: 2010-03-09 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2010-02-25 08:50:55 UTC
problem is, that 
KenaiIssiueAccessor.getRecentIssues().length == 0 // all recent issues is empty
but KenaiIssueAccessor.getDefault().getRecentIssues(getKenaiProject()) >0 // recent issues for given project is not empty
this is a regression, it worked in 6.8
Comment 1 Tomas Stupka 2010-03-09 11:42:00 UTC
http://hg.netbeans.org/cdev/rev/407309cc4d25
fixed