jay-to-the-dee / javaemvreader

Automatically exported from Google Code as a backup - I am NOT the original author!

Home Page:https://code.google.com/p/javaemvreader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explorer stops processing apps if one of them throws an exception

GoogleCodeExporter opened this issue · comments

The app processing loop in start() currently terminates if one of the apps 
throws an exception, and thus the rest are not processed. It should skip the 
failed app and continue. See attached patch. 


Original issue reported on code.google.com by nikolay....@gmail.com on 22 Aug 2012 at 2:52

Attachments:

Thanks for the report. (See issue 2)

Original comment by sasc...@gmail.com on 1 Sep 2012 at 9:59

  • Changed state: Started
  • Added labels: Priority-High
  • Removed labels: Priority-Medium
Fixed in the latest version (0.4.0)

Original comment by sasc...@gmail.com on 17 Nov 2012 at 9:27

  • Changed state: Fixed