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 - Check usage of deprecated calls in org.openide.src
Summary: Check usage of deprecated calls in org.openide.src
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks: 26921 27481
  Show dependency tree
 
Reported: 2002-09-27 14:15 UTC by David Strupl
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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