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

Key: IDEADEV-25927
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Nikolay Chashnikov
Reporter: lacroix1547
Votes: 0
Watchers: 1
Operations

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

Serialization inspection

Created: 12 Apr 08 20:37   Updated: 23 Jul 08 10:16
Component/s: GWT Support
Fix Version/s: Diana 8618

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

1. sc1.PNG
(138 kb)
Environment: windows xp

Build: 7,757
Fixed in build: 8,611
Severity: Low


 Description  « Hide
If a module contains a gwt facet, the serialization inspection is applied to whole module.
But only on certain thing like
private Map<K, V> map;

Using gwt-windows-1.4.60



 All   Comments   Work Log   Change History      Sort Order:
lacroix1547 - 28 Apr 08 05:07
Plus, it should never generate a serialization error for a 'private Map<K, V> map'
maybe it is the real problem.