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

Key: IDEADEV-15535
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Serge Baranov
Votes: 1
Watchers: 1
Operations

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

GWT Non-serializable parameter type inspection is a little too agressive

Created: 22 Mar 07 02:36   Updated: 20 Oct 08 12:09
Component/s: GWT Support
Fix Version/s: Diana 8940

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,148
Fixed in build: 8,929
Severity: Medium


 Description  « Hide
Support feedback:

The Inspection "Non-serializable parameter type or return type of service method" under Google Web Toolkit issues is too aggressive
and does the wrong thing to interfaces if you apply it's suggestion.

1. I have a GWT RPC method that returns an interface. This interface does not implement IsSerializable itself but some of the
concrete implementations of this class do, the ones I want to send via RPC. The inspection warns me about this and I'd appreciate it
if it had an option to not warn me for interfaces.

2. If you do let the inspection apply it's suggestion to an interface type it adds "implements IsSerializable" when for interfaces
you should "extend IsSerializable".



 All   Comments   Work Log   Change History      Sort Order:
Peter Gromov - 06 Oct 07 18:07
You can suppress the inspection in your case

Peter Gromov - 08 Oct 07 16:25
2. fixed, 1. left for the future