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 41501 - Usage of deprecated APIs
Summary: Usage of deprecated APIs
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2004-03-30 14:02 UTC by _ gtzabari
Modified: 2007-08-03 08:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2004-03-30 14:02:51 UTC
dev build 200403291800

   On startup, ide.log contains:

[org.netbeans.core.modules #4] Warning: Class-Path
value docs/tasklist-manual.zip from C:\Program
Files\NetBeans3.6\modules\autoload\tasklist-core.jar
cannot be found at C:\Program
Files\NetBeans3.6\modules\autoload\docs\tasklist-manual.zip
[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module
org.netbeans.modules.tomcat5: added = [module
org.openide.execution.deprecated > 1.0] removed =
[]; details: [Separation of Execution API (XXX URL)]
[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module
org.netbeans.modules.web.core.syntax: added =
[module org.openide.execution.deprecated > 1.0]
removed = []; details: [Separation of Execution
API (XXX URL)]
[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module
org.netbeans.modules.web.core: added = [module
org.openide.execution.deprecated > 1.0] removed =
[module org.openide.execution.deprecated];
details: [Separation of Execution API (XXX URL)]
[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module
org.netbeans.modules.web.project: added = [module
org.openide.execution.deprecated > 1.0] removed =
[module org.openide.execution.deprecated];
details: [Separation of Execution API (XXX URL)]
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.j2eeserver uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.openide.debugger uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.debugger.core uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.debugger.jpda uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.tomcat5 uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.debugger.jpda.ant uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.web.core.syntax uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.web.core uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
[org.netbeans.core.modules #6] Warning: the module
org.netbeans.modules.web.project uses
org.openide.execution.deprecated which is
deprecated: Some classes from the old Execution
API are now deprecated. (XXX URL)
Comment 1 Marian Mirilovic 2004-03-30 18:20:58 UTC
I think this is issue of affected modules not core , but ....
Comment 2 Jesse Glick 2004-03-30 18:26:17 UTC
Some of those are from the debugger modules, rest from web modules.
Comment 3 Jesse Glick 2004-03-30 18:27:11 UTC
When you merge the new debugger and fix your own usages, pls. reassign
to web module.
Comment 4 Jan Jancura 2004-05-14 14:24:33 UTC
debugger is OK now - asignig to web module
Comment 5 Martin Grebac 2004-05-14 17:15:49 UTC
Fixed in trunk for all web modules.
Comment 6 Dan Kolar 2007-08-03 08:49:51 UTC
v