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 27681 - Deprecate createRepositorypath methods in NbClassPath (Was: Do not use FileSystemCapability in NbClassPath)
Summary: Deprecate createRepositorypath methods in NbClassPath (Was: Do not use FileSy...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 27651
  Show dependency tree
 
Reported: 2002-09-30 13:10 UTC by Peter Zavadsky
Modified: 2008-12-22 21:53 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 Peter Zavadsky 2002-09-30 13:10:55 UTC
org.openide.filesystems.FileSystemCapability.fileSystems()
affects : 

createRepositoryPath()
createRepositoryPath(FileSystemCapability)

in NbClassPath.


Those methods were deprecated already. Maybe it is
needed to comment they wont be working as before too.
Comment 1 Peter Zavadsky 2002-09-30 16:37:06 UTC
Continuing:
Deprecation of org.openide.execution.NbClassPath - NbClassPath
createRepositoryPath(FileSystemCapability) affects : 
   org.openide.execution.ProcessExecutor.Format.<init>(ExecInfo)
   org.openide.compiler.ExternalCompilerGroup.RE getClassPathEntries()
   org.openide.compiler.ExternalCompilerGroup.Format.<init>(String[])
   org.openide.execution.NbClassPath.NbClassPath createRepositoryPath()
   org.openide.execution.ProcessExecutor.NbClassPath getRepositoryPath()
Comment 2 Peter Zavadsky 2002-10-01 13:14:54 UTC
Marking as fixed.