Thursday, July 05, 2007

a chunk of ugliness..

(Machine generated code)

.. if (true) {

return new SomeClass( ..);

}

throw new Exception ( "Missing return statement");.



I'm rather curious: which is more scary - that there is no return statement, or true can be false?

No comments: