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 29307 - Exception during tests execution
Summary: Exception during tests execution
Status: RESOLVED DUPLICATE of bug 28897
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 09:14 UTC by Alexei Mokeev
Modified: 2003-04-15 16:30 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 Alexei Mokeev 2002-12-05 09:14:39 UTC
Steps to reproduce:
- Checkout current sources of netbeans and xtest. 
- Build them.
- Build all others(e.g junit, jelly2, jemmy, etc)
- Try to execute any Xtest tests and notice, that
information exception occured:
  [ideexec] INFORMATIONAL *********** Exception
occurred ************ at Thu Dec 05 12:04:32 MSK
2002
  [ideexec] [catch]java.lang.Throwable: ExecInfo
is deprecated - please use
Executor.execute(DataObject) instead
  [ideexec]     at
org.openide.execution.ExecInfo.<init>(ExecInfo.java:43)
  [ideexec]     at
org.netbeans.xtest.ide.MainWithExec.run(MainWithExec.java:155)
  [ideexec]     at
org.netbeans.xtest.ide.Main$2.run(Main.java:261)
  [ideexec]     at
java.lang.Thread.run(Thread.java:536)

Of course, it is not critical problem, but it
should be fixed.

Reproduced with sources from 12/3/2002.
Comment 1 Martin Brehovsky 2003-04-15 16:30:34 UTC

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