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 224981 - AssertionError at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCacheUtils.getCache
Summary: AssertionError at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCacheU...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 17:32 UTC by Tomas Stupka
Modified: 2013-02-02 02:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197645


Attachments
stacktrace (1.79 KB, text/plain)
2013-01-16 17:32 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-01-16 17:32:15 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCacheUtils.getCache(IssueCacheUtils.java:141)
   at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCacheUtils.setSeen(IssueCacheUtils.java:90)
   at org.netbeans.modules.bugtracking.ui.issue.IssueAction$1$1.run(IssueAction.java:118)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Tomas Stupka 2013-01-16 17:32:17 UTC
Created attachment 130294 [details]
stacktrace
Comment 2 Tomas Stupka 2013-01-30 14:38:36 UTC
fixed in core-main #6f15a91c5966
Comment 3 Quality Engineering 2013-02-02 02:36:07 UTC
Integrated into 'main-golden', will be available in build *201302020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6f15a91c5966
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #224981 - AssertionError at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCacheUtils.getCache