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 166411 - Wrong icon for method arguments or method return value in Variables window
Summary: Wrong icon for method arguments or method return value in Variables window
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-06-02 15:18 UTC by Martin Entlicher
Modified: 2009-06-03 18:43 UTC (History)
3 users (show)

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 Martin Entlicher 2009-06-02 15:18:41 UTC
Steps to reproduce:
1) Debug MemoryView application and submit line breakpoint to line 101.
2) When breakpoint is hit, do step into and select "format" method.
3) Do step out from format method
4) Select Variables view and see the first line there:
  The line starts with an exclamation mark icon. Text "After return from 'format()'" follows.

The icon is wrong, there should be "expression stepping" icon, like was in NB 6.5.
Comment 1 Martin Entlicher 2009-06-02 15:20:24 UTC
This is a visible regression, the fix is trivial.
Comment 2 Martin Entlicher 2009-06-02 15:40:06 UTC
Fixed in trunk in changeset:   134074:800ee0dc4211
http://hg.netbeans.org/main/rev/800ee0dc4211
Should be considered for release67 as well IMHO.
Comment 3 Daniel Prusa 2009-06-02 15:49:22 UTC
Fix is correct and very safe.
Comment 4 Marian Mirilovic 2009-06-02 15:55:11 UTC
Martin, I agree with fixing in release67 - go ahead and fix into release67 today.

Vojto ... please verify in release67 once integrated.
Comment 5 Martin Entlicher 2009-06-02 16:06:27 UTC
Thanks, pushed into release67 in changeset:   133438:0d8026968726
http://hg.netbeans.org/release67/rev/0d8026968726
Comment 6 Vojtech Sigler 2009-06-03 09:21:47 UTC
Verified in RC2 (Build 200906030001)
Comment 7 Quality Engineering 2009-06-03 18:43:13 UTC
Integrated into 'main-golden', will be available in build *200906031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/800ee0dc4211
User: mentlicher@netbeans.org
Log: #166411 - Wrong icon fixed.