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 27646 - Find usage of getPackageName and gePackageNameExt in core/openide
Summary: Find usage of getPackageName and gePackageNameExt in core/openide
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 27654 27655 27656
Blocks: 26921
  Show dependency tree
 
Reported: 2002-09-27 14:51 UTC by David Strupl
Modified: 2008-12-22 21:43 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:51:46 UTC
Deprecation of org.openide.filesystems.FileObject
- String getPackageNameExt(char,char) affects : 
  
org.openide.filesystems.MIMESupport.CachedFileObject.String
getPackageNameExt(char,char)
   org.openide.loaders.TemplateWizard2.void
propertyChange(PropertyChangeEvent)
   org.openide.loaders.TemplateWizard2.boolean
setTargetFolder(DataFolder)
   org.openide.loaders.TemplateWizard.void
setTargetFolder(DataFolder)

Deprecation of org.openide.filesystems.FileObject
- String getPackageName(char) affects : 
   org.openide.src.nodes.SourceEditSupport.void
createJavaFile(ClassElement,FileObject)
  
org.netbeans.beaninfo.editors.DataFolderPanel.boolean
setTargetFolder(DataFolder)
   org.openide.execution.ProcessExecutor.Process
createProcess(DataObject)
   org.openide.execution.Executor.ExecutorTask
execute(DataObject)
  
org.netbeans.beaninfo.editors.DataFolderPanel.void
enableCreateButton()
   org.openide.filesystems.FileObject.String
getPackageNameExt(char,char)
  
org.openide.filesystems.MIMESupport.CachedFileObject.String
getPackageName(char)
   org.netbeans.core.PackageChildren.1.void run()
   org.netbeans.modules.settings.Env.FileObject
findEntityRegistration(FileObject)
   org.netbeans.core.PackageChildren.Node[]
createNodes(Object)
   org.openide.loaders.InstanceSupport.String
instanceName()
   org.openide.debugger.DebuggerType.void
startDebugger(DataObject,boolean)
  
org.netbeans.beaninfo.editors.DataFolderPanel.void
updatePropertyEditor()
Comment 1 Marian Mirilovic 2003-03-13 13:42:12 UTC
Changed owner David S. -> David K.
Comment 2 David Konecny 2003-04-30 12:49:08 UTC
Is any remaining work here? If yes then I should do it for next version.
Comment 3 Jesse Glick 2004-04-02 22:11:50 UTC
We took care of them all.
Comment 4 Marian Mirilovic 2005-12-20 15:45:48 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. Thanks in advance.