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 110893 - [tests] Watches and Local variables Type and Value columns are skipped
Summary: [tests] Watches and Local variables Type and Value columns are skipped
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION, T9Y
Depends on:
Blocks:
 
Reported: 2007-07-25 10:18 UTC by ehucka
Modified: 2007-08-03 09:12 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 ehucka 2007-07-25 10:18:47 UTC
Most of functional tests of local variables or watches failed because column Value was by default moved to the position
of column Type in variables table.
Comment 1 Martin Entlicher 2007-07-25 10:50:37 UTC
This is a regression, that is likely caused by the fix of issue #110350.
Comment 2 Martin Entlicher 2007-07-25 10:52:22 UTC
This is really subtle problem - it's there just for the first time. After I click to another view and back, it corrects
itself.
Comment 3 Martin Entlicher 2007-07-25 11:11:08 UTC
Fixed in trunk:

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/modules/viewmodel/Column.java,v  <--  Column.java
new revision: 1.8; previous revision: 1.7
Comment 4 ehucka 2007-08-03 09:12:48 UTC
verified