Loosen Constructor super()/this() call restrictions (original) (raw)
Mark Mahieu markmahieu at googlemail.com
Sun Mar 22 18:20:55 PDT 2009
- Previous message: Loosen Constructor super()/this() call restrictions
- Next message: Loosen Constructor super()/this() call restrictions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2009/3/23 Jeremy Manson <jeremy.manson at gmail.com>
For example, now that this() and super() can come in the middle of a constructor, are the semantics implicitly changed so that you can catch exceptions thrown by this() and super()? Does that mean that objects can now be seen as partially initialized in sub-constructors?
Ha, there's a bug entry for that one too: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4879515
Mark
- Previous message: Loosen Constructor super()/this() call restrictions
- Next message: Loosen Constructor super()/this() call restrictions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]