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 34205

Summary: Should be possible to autoconvert package deps of the form [some.pkg.SampleClass]
Product: platform Reporter: Jesse Glick <jglick>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 34204    

Description Jesse Glick 2003-06-05 14:42:39 UTC
As these are often used in place of
some.pkg[SampleClass].
Comment 1 Jesse Glick 2003-06-05 14:43:30 UTC
Needed for issue #34204 since e.g. Ant module uses this syntax to
depend on Xerces classes.
Comment 2 Jesse Glick 2003-06-05 14:45:28 UTC
committed   * Up-To-Date  1.5        
core/src/org/netbeans/core/modules/AutomaticDependencies.java
committed   * Up-To-Date  1.3        
core/test/unit/src/org/netbeans/core/modules/AutomaticDependenciesTest.java