
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
windows xp sp2,flex builder 3,gas3 1.1.0_rc3
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
GDS-150
gas3 can't generate uid incorrently when class hierarchy higher 2 levels
|
|
|
|
|
|
|
|
|
gas3 generates following code with two error,error code are 1024 and 1178,CurrentWorkBase extends Work
public function set uid(value:String):void {
// noop...
}
public function get uid():String {
if (isNaN(_id))
return "cn.eduinfo.entity.CurrentWork";
return "cn.eduinfo.entity.CurrentWork:" + String(_id);
}
it should add override and change _id to id
|
|
Description
|
gas3 generates following code with two error,error code are 1024 and 1178,CurrentWorkBase extends Work
public function set uid(value:String):void {
// noop...
}
public function get uid():String {
if (isNaN(_id))
return "cn.eduinfo.entity.CurrentWork";
return "cn.eduinfo.entity.CurrentWork:" + String(_id);
}
it should add override and change _id to id |
Show » |
Sort Order:
|