PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

Refactor: Do not perform any side effects in Property getters #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some setters of some properties are causing side effects.
Refactor them to NOT have side effects, properties should just set the values.

Original issue reported on code.google.com by a03pe...@gmail.com on 29 Nov 2012 at 3:43

GoogleCodeExporter commented 9 years ago
meant to be Getters!

One example is the PreviouslyGeneratedValue property of ColumnEntity

Original comment by a03pe...@gmail.com on 30 Nov 2012 at 7:52

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 3 Dec 2012 at 8:41

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 10 Dec 2012 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by a03pe...@gmail.com on 20 Dec 2012 at 11:23

GoogleCodeExporter commented 9 years ago

Original comment by m...@peterhenell.se on 26 Dec 2013 at 10:21