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 27642

Summary: Check usage of deprecated calls in org.openide.src
Product: java Reporter: David Strupl <dstrupl>
Component: UnsupportedAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 26921, 27481    

Description David Strupl 2002-09-27 14:15:15 UTC
Deprecation of org.openide.filesystems.FileObject
- String getPackageName(char) affects : 
   org.openide.src.nodes.SourceEditSupport.void
createJavaFile(ClassElement,FileObject)

Deprecation of org.openide.filesystems.Repository
- FileObject find(String,String,String) affects : 
   org.openide.src.ClassElement.ClassElement
forName(String)
Comment 1 Peter Zavadsky 2002-09-30 16:22:30 UTC
Svata, please, could you have a look at this issue? What is the solution?
Comment 2 Jesse Glick 2002-10-16 11:02:29 UTC
openide/src -> java/srcmodel
Comment 3 Svata Dedic 2002-10-18 14:45:18 UTC
Passing to Tomas, it is a part of a larger task that was already
assigned to him.
Comment 4 Jesse Glick 2004-04-02 22:11:14 UTC
This has been taken care of already, I think.