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 228160

Summary: replace usage counting algorithm
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: -- Other --Assignee: igor_nikiforov <igor_nikiforov>
Status: VERIFIED FIXED    
Severity: normal CC: gorrus, mmirilovic
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2013-04-02 13:08:23 UTC
new usage counting is needed for OSS
Comment 1 Vladimir Voskresensky 2013-04-02 13:10:36 UTC
related commits:
changeset fa8c6e69c27e in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/fa8c6e69c27e
description:
	Usages counting API & SPI

changeset 8e78bba370df in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/8e78bba370df
description:
	Friend added to C/C++ Utilities

changeset f661856aaf15 in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/f661856aaf15
description:
	Better API for usage counting
changeset 0120137fab9e in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/0120137fab9e
description:
	Native Execution friend added

changeset 896263724c8f in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/896263724c8f
description:
	Small API for derived component versioning

changeset 7bf6b18e5edb in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/7bf6b18e5edb
description:
	Old usage counting API usages replaced by new ones
Comment 2 Vladimir Voskresensky 2013-04-02 14:07:43 UTC
changeset e253dbb48535 in cnd-main ((none))
details: http://hg.netbeans.org/cnd-main/rev/e253dbb48535
description:
	Friend added to C/C++ Utilities