fanyapeng / javadude

Automatically exported from code.google.com/p/javadude
0 stars 0 forks source link

Annotation #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
xxxxGen() default constructor does not call super()

This does not allowing for proper initialization of bean.

Original issue reported on code.google.com by stathis....@gmail.com on 12 Mar 2011 at 8:45

GoogleCodeExporter commented 9 years ago
In Java, if you do not explicitly call super() or this(), it automatically 
calls super() for you. Initialization works properly.

Original comment by scott%ja...@gtempaccount.com on 12 Mar 2011 at 1:43