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 147081

Summary: The implementation dependencies removal from org.netbeans.modules.versioning.system.cvss
Product: versioncontrol Reporter: pgebauer <pgebauer>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker CC: sustaining
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description pgebauer 2008-09-12 13:57:22 UTC
The module org.netbeans.modules.versioning.system.cvss declares implementation dependency on org.netbeans.modules.diff
and org.netbeans.modules.editor.errorstripe. Since the property AutoUpdate-Show-In-Client also is set to true for the
module versioning.system.cvss, it is hard to deliver versioning.system.cvss bugfixes via AUC whose code changes are in
org.netbeans.modules.diff or org.netbeans.modules.editor.errorstripe. It could be "mission impossible" in some cases.

Could implementation dependencies be removed (for example through friend packages)?