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 256093 - INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
Summary: INFO [dlight.libs.common.logger]: no any active cache transaction:class org.n...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 08:39 UTC by Vladimir Voskresensky
Modified: 2016-03-16 08:12 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 2015-10-22 08:39:06 UTC
create Quote
go to declaration of ComputeSupportMetric in module.h
select Refactor->Change Function Parameters
=> in log
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.api.model.services.CsmSelect.getClassMembers(CsmSelect.java:130)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getOverriddenMethods(CsmVirtualInfoQuery.java:424)
	at org.netbeans.modules.cnd.refactoring.plugins.ChangeParametersPlugin.initReferencedObjects(ChangeParametersPlugin.java:254)
	at org.netbeans.modules.cnd.refactoring.plugins.ChangeParametersPlugin.preCheck(ChangeParametersPlugin.java:231)
	at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:387)
	at org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:210)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$12.run(ParametersPanel.java:633)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.api.model.services.CsmSelect.getClassMembers(CsmSelect.java:130)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getOverriddenMethods(CsmVirtualInfoQuery.java:424)
	at org.netbeans.modules.cnd.refactoring.spi.CheckModificationHook.defaultCheckIfModificationPossible(CheckModificationHook.java:82)
	at org.netbeans.modules.cnd.refactoring.plugins.CsmModificationRefactoringPlugin$DefaultHookImpl.appendProblem(CsmModificationRefactoringPlugin.java:123)
	at org.netbeans.modules.cnd.refactoring.plugins.CsmModificationRefactoringPlugin.checkIfModificationPossible(CsmModificationRefactoringPlugin.java:108)
	at org.netbeans.modules.cnd.refactoring.plugins.ChangeParametersPlugin.preCheck(ChangeParametersPlugin.java:235)
	at org.netbeans.modules.refactoring.api.AbstractRefactoring.pluginsPreCheck(AbstractRefactoring.java:387)
	at org.netbeans.modules.refactoring.api.AbstractRefactoring.preCheck(AbstractRefactoring.java:210)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$12.run(ParametersPanel.java:633)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmSelect$ClassMembersKey
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getClientCache(CsmCacheManager.java:189)
	at org.netbeans.modules.cnd.api.model.services.CsmSelect.getClassMembers(CsmSelect.java:130)
	at org.netbeans.modules.cnd.api.model.services.CsmVirtualInfoQuery$Empty.getOverriddenMethods(CsmVirtualInfoQuery.java:424)
	at org.netbeans.modules.cnd.refactoring.ui.ChangeParametersPanel.initTableData(ChangeParametersPanel.java:529)
	at org.netbeans.modules.cnd.refactoring.ui.ChangeParametersPanel.initialize(ChangeParametersPanel.java:158)
	at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$12.run(ParametersPanel.java:641)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Vladimir Voskresensky 2015-10-22 11:18:26 UTC
some more you can see if start from cpu.h for the same overloaded function
Comment 2 Vladimir Voskresensky 2015-10-26 18:58:06 UTC
fixed on enum
303671:e4542ddbcf62
Comment 3 Quality Engineering 2015-10-29 02:21:49 UTC
Integrated into 'main-silver', will be available in build *201510290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae998c2122ad
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #256093 - INFO [dlight.libs.common.logger]: no any active cache transaction
- use cache manager for isVirtual & getOverriddenMethods
(transplanted from e4542ddbcf626511df157add41cca4e0adbe45df)
Comment 4 Alexander Simon 2015-11-17 12:57:16 UTC
v.
Comment 5 soldatov 2015-11-23 08:54:55 UTC
Verified in NetBeans 8.1 patch1