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 29974 - org.netbeans.modules.java.JavaProcessExecutor should overide createProcess(DataObject)
Summary: org.netbeans.modules.java.JavaProcessExecutor should overide createProcess(Da...
Status: RESOLVED DUPLICATE of bug 28534
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC OS/2
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 04:25 UTC by _ gtzabari
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 2003-01-13 04:25:24 UTC
dev build 200301020100

   ide.log contains the following message:

Warning -
org.netbeans.modules.java.JavaProcessExecutor
should have overridden createProcess(DataObject);
falling back on deprecated ExecInfo usage
INFORMATIONAL *********** Exception occurred
************ at Sun Jan 12 23:18:13 EST 2003
[catch]java.lang.Throwable: ExecInfo is deprecated
- please use Executor.execute(DataObject) instead
	at
org.openide.execution.ExecInfo.<init>(ExecInfo.java:42)
	at
org.openide.execution.ProcessExecutor.createProcess(ProcessExecutor.java:266)
	at
org.openide.execution.ProcessExecutor$PERunnable.run(ProcessExecutor.java:363)
	at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:118)
Comment 1 Jan Becicka 2003-01-29 10:28:07 UTC

*** This issue has been marked as a duplicate of 28534 ***