Considering this code, can I be absolutely sure that the finally block always executes, no matter what something() is? try { something(); return success; } catch (Exception e) {...
must declare a named package eclipse because this compilation unit is associated to the named module
must declare a named package eclipse because this compilation unit is associated to the named module
Invalid escape sequence (valid ones are \b \t \n \f \r \” \’ \\ )
I don’t see an array anywhere in your code, so that’s maybe why the try block isn’t catching anything (I assume there is an array in one of the...