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 13384 - Utilities.hasHotSpot is poorly implemented
Summary: Utilities.hasHotSpot is poorly implemented
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2001-07-04 14:10 UTC by anovak
Modified: 2001-07-27 09:27 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 anovak 2001-07-04 14:10:30 UTC
It inbvokes Runtime.exec(). It is called from at least two places -
DebuggerExecutor.<clinit> and ProcessDebuggerType.getClassicDefault().
Comment 1 Daniel Prusa 2001-07-10 18:28:17 UTC
assigned
Comment 2 Daniel Prusa 2001-07-24 18:02:26 UTC
Fixed in main trunk - invocation of Runtime.exec () removed from 
static initializers.

Comment 3 Jan Stola 2001-07-27 09:27:37 UTC
Closed.