On Nov 13, 2006, at 8:53 PM, Brendan Murphy wrote:

It is getting real old having the IDE add super.constructor calls
to the code. It rarely gets it right and causes more problems than
it is worth. I have several complex inheritance chains in my code
and it randomly places these calls into the constructor even
though it already has the proper call!!!

In general the IDE should NEVER add code to a method. This is a
disaster waiting to happen since if you don't catch it, it can
cause the code to fail. Modifying code should only be done by the
developer. RS, you should remove this feature in the next release.


Perhaps this is RS' way of encouraging you to refactor your code so as to eliminate the complex inheritance.

Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to