
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
OSX 10.5.4
|
|
| Build: |
8,526
|
| Fixed in build: |
8,611
|
| Severity: |
Medium
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|