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 240203 - INFO [CsmCacheManager]: no any active cache transaction
Summary: INFO [CsmCacheManager]: no any active cache transaction
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 10:37 UTC by Vladimir Voskresensky
Modified: 2014-01-14 02:56 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 Vladimir Voskresensky 2014-01-10 10:37:17 UTC
java.lang.Exception: class org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3$OrigClassifierCacheKey
    at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:294)
    at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:185)
    at org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3.getOriginalClassifier(Resolver3.java:290)
    at org.netbeans.modules.cnd.modelimpl.impl.services.ClassifierResolverImpl.getOriginalClassifier(ClassifierResolverImpl.java:118)
    at org.netbeans.modules.cnd.api.model.services.CsmClassifierResolver$Default.getOriginalClassifier(CsmClassifierResolver.java:126)
    at org.netbeans.modules.cnd.api.model.util.CsmBaseUtilities.getOriginalClassifier(CsmBaseUtilities.java:362)
    at org.netbeans.modules.cnd.api.model.services.CsmInheritanceUtilities.getCsmClass(CsmInheritanceUtilities.java:456)
    at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getBaseDeclaration(CsmVirtualInfoQuery.java:202)
    at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getFirstBaseDeclarations(CsmVirtualInfoQuery.java:188)
    at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotation(ComputeAnnotations.java:124)
    at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotations(ComputeAnnotations.java:102)
    at org.netbeans.modules.cnd.navigation.overrides.ComputeAnnotations.computeAnnotations(ComputeAnnotations.java:92)
    at org.netbeans.modules.cnd.navigation.overrides.OverrideTaskFactory$RunnerImpl.addAnnotations(OverrideTaskFactory.java:184)
    at org.netbeans.modules.cnd.navigation.overrides.OverrideTaskFactory$RunnerImpl.run(OverrideTaskFactory.java:176)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Vladimir Voskresensky 2014-01-10 12:11:14 UTC
http://hg.netbeans.org/cnd-main/rev/a14aab8a4a03
Comment 2 Quality Engineering 2014-01-14 02:56:05 UTC
Integrated into 'main-silver', will be available in build *201401140002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a14aab8a4a03
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #240203 - INFO [CsmCacheManager]: no any active cache transaction