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 59463 - Empty node displayed in Local Variables
Summary: Empty node displayed in Local Variables
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-06-01 09:55 UTC by _ lcincura
Modified: 2005-10-31 12:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The messages and stacktrace is written in console when empty node occurs (3.49 KB, text/plain)
2005-06-01 10:20 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-06-01 09:55:51 UTC
NetBeans IDE 200505311800 on jdk 1.5.0_03

When debugger is stopped in code compiled without debug info, it displays an
empty node in Local Variables view. It used to display a message 'not compiled
with -g' or something like this.
Would be nice, if user is informed why Local Variables is empty, the original
message was not clear to begginers.
Comment 1 _ lcincura 2005-06-01 10:20:09 UTC
Created attachment 22414 [details]
The messages and stacktrace is written in console when empty node occurs
Comment 2 Martin Entlicher 2005-07-21 16:07:58 UTC
Yes, this is in fact regression. The messages were not localized and I did not
like the way it was done, therefore I've broken it to do it properly...
Comment 3 Martin Entlicher 2005-07-21 17:33:45 UTC
Fixed in trunk:

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.26; previous revision: 1.25

/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesNodeModel.java,v
 <--  VariablesNodeModel.java
new revision: 1.10; previous revision: 1.9
Comment 4 _ lcincura 2005-10-31 12:59:55 UTC
Verified in build 200510301900