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

Key: IDEADEV-27980
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Elias Mårtenson
Votes: 0
Watchers: 0
Operations

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

Good code is red: "incorrect serializable class"

Created: 09 Jul 08 13:57   Updated: 23 Jul 08 10:16
Component/s: GWT Support
Fix Version/s: Diana 8618

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: OSX 10.5.4

Build: 8,526
Fixed in build: 8,611
Severity: Medium


 Description  « Hide
GWT 1.5 no longer requires that the no-argument constructor for IsSerializable classes are public. Now they can be private. However, the inspection still flags such classes with an error.

Also, if I press alt-return on the error, it suggests to create the constructor. If I do this, another (public) constructor will be created together with the private one, thus creating two no-argument constructors for the same class.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.