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 132486 - Detect if variables was assigned or not
Summary: Detect if variables was assigned or not
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 10:18 UTC by Ivan Sidorkin
Modified: 2008-10-22 20:44 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 Ivan Sidorkin 2008-04-10 10:18:41 UTC
Product Version: NetBeans IDE 6.1 RC1 (Build 200804100130)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

for variables of any built-in type debugger should detect if variable was assigned or not.
if variable was not assigned yet - show it in Local Variables window and prevent user of changing it value.
Comment 1 Kirill Sorokin 2008-08-11 23:40:33 UTC
It turned out that the runtime part of the fix for issue 138769 fixes this one as well.
Comment 2 ggenipudi 2008-10-22 20:44:36 UTC
tested and verified using NetBeans IDE 6.1 (Build 200810140114) and was able to attach debugger and see the status of
the local variables if the values were assigned or not.