RIAwolf / dao-ext

Automatically exported from code.google.com/p/dao-ext
0 stars 0 forks source link

VOs don't have return type for setters #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. generate VOs

It outputs this, thus generating a Warning in Flex Builder about the return
type

private var _field:Object;
public function get field():Object {
  return _field;
}

public function set field( value:Object ) {
  _field = value;
}

you could add "void" by default ;)

Original issue reported on code.google.com by loza...@gmail.com on 2 Mar 2009 at 6:01

GoogleCodeExporter commented 8 years ago
we'll fix with issue 2-3 

Original comment by matteo.r...@gmail.com on 9 Mar 2009 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by matteo.r...@gmail.com on 9 Mar 2009 at 5:29

GoogleCodeExporter commented 8 years ago
closed

Original comment by matteo.r...@gmail.com on 11 Mar 2009 at 11:08