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

Summary: Check for all VirtualMachine.canXXX() methods before the appropriate functionality is called.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker CC: kherink, mryzl
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 58555, 65996, 72630    
Bug Blocks:    

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.