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 66001 - Check for all VirtualMachine.canXXX() methods before the appropriate functionality is called.
Summary: Check for all VirtualMachine.canXXX() methods before the appropriate function...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 58555 65996 72630
Blocks:
  Show dependency tree
 
Reported: 2005-10-05 16:45 UTC by Martin Entlicher
Modified: 2009-02-19 20:39 UTC (History)
2 users (show)

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 Martin Entlicher 2005-10-05 16:45:11 UTC
In order to prevent from getting UnsupportedOperationException from various
parts of code, we should check for VirtualMachine.canXXX() methods before the
appropriate functionality is called.
Comment 1 Martin Entlicher 2005-10-05 16:46:29 UTC
This is likely not doable in 5.0 timeframe. Scheduling for the future release.
Comment 2 Martin Entlicher 2005-12-12 18:26:49 UTC
Important for KVM and other limited VMs. => Scheduling for 5.1.
Comment 3 Peter Pis 2008-04-10 22:54:27 UTC
Changing TM for open issues.
Comment 4 Martin Entlicher 2008-12-15 07:41:50 UTC
Would be good to have fixed in 7.0, in connection with issue #137310.