this

Why it is not good to use "this" in constructor?

Since the object has not been constructed completely, passing this reference of the class may lead to issues. Example is explained in reference 1.

References:

1. http://www.ibm.com/developerworks/java/library/j-jtp0618/index.html