History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11336
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Eugene Zhuravlev
Reporter: Martin Fuhrer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Customize Data Views not working correctly

Created: 14 Jul 06 09:46   Updated: 27 Oct 06 13:18
Component/s: Debugger
Fix Version/s: Demetra 6.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. renderer1.png
(21 kb)

2. renderer2.png
(20 kb)

Build: 5,383
Fixed in build: 6,071
Severity: High


 Description  « Hide
I have a class which implements the Map interface. But since the class contains other functionality too, I don't wan't it to be displayed as a Map in the debugger. So therefore I add a new type renderer in 'Customize Data Views', where I put this class in 'Apply renderer to objects of type'. But from then on EVERY object is displayed by this renderer, not only objects of that class.

 All   Comments   Work Log   Change History      Sort Order:
Eugene Zhuravlev - 27 Oct 06 12:08
Hi Martin,
What was definition of the renderer?
By saying "every object" you mean every java.util.Map object?

Martin Fuhrer - 27 Oct 06 12:38
The renderer definition is pretty straightforward (see first screen shot). And then I mean really "every object". If I right-click on any object and select 'View as' from the context menu, there's always my own renderer selected (see second screen shot).

Eugene Zhuravlev - 27 Oct 06 13:10
Nevermind, found the problem. Will be fixed.