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 - Should be possible to autoconvert package deps of the form [some.pkg.SampleClass]
Summary: Should be possible to autoconvert package deps of the form [some.pkg.SampleCl...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: API
Depends on:
Blocks: 34204
  Show dependency tree
 
Reported: 2003-06-05 14:42 UTC by Jesse Glick
Modified: 2008-12-23 08:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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