Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.1025 :

Posted: Tue Jun 09, 2020 12:26 pm
by dimitrilc
So is

Code: Select all

 
try {
  for( ;; );
}finally { }
the correct option? The app does not highlight it in green for me. This one does compile fine, though.
2020-06-09 13_23_21-11 - Handling Exceptions  _  Tough.png
2020-06-09 13_23_21-11 - Handling Exceptions _ Tough.png (8.82 KiB) Viewed 1018 times

Re: About Question enthuware.ocpjp.i.v11.2.1025 :

Posted: Tue Jun 09, 2020 1:27 pm
by admin
Yes, this is the correct option and should be shown in green. We need to check why it is not being shown in green.

Re: About Question enthuware.ocpjp.i.v11.2.1025 :

Posted: Tue Jun 09, 2020 10:17 pm
by admin
Found the bug.
Please download the new version of etsviewer.jar. That will fix the issue.

thank you for reporting!

Re: About Question enthuware.ocpjp.i.v11.2.1025 :

Posted: Wed Jun 10, 2020 2:07 pm
by dimitrilc
Yes this new version fixed it. Thanks.