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 13660

Summary: Please stop using deprecated org.openide.modules.* classes
Product: obsolete Reporter: Jesse Glick <jglick>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 14020    
Bug Blocks:    

Description Jesse Glick 2001-07-17 17:25:12 UTC
Some stuff in vcscore uses deprecated Modules API classes. From a quick
inspection I don't think you need any calls to Modules API at all, all that was
happening was reading a fixed filesystem section and displaying it manually. But
I'm not sure. Anyway do not count on any manifest sections being present in
lookup--they probably will not be--and find some other way to get done what you
need.
Comment 1 Martin Entlicher 2001-07-27 15:24:44 UTC
To fix this we need to have the issue #14020 fixed.
Comment 2 Martin Entlicher 2001-07-27 15:26:02 UTC
Changing the Target Milestone back to 3.3, since it could not be done
in the last step.
Comment 3 Martin Entlicher 2001-08-01 14:07:35 UTC
Since the issue #14020 was fixed a new TemplateWizard could be
implemented. A new mount action was implemented to mount VCS
filesystems using templates.
Comment 4 dmladek 2001-08-30 15:02:25 UTC
hope it is finaly fixed in [NBdev-200108300704]