Coins, coins, coins…

As the List for project coin is finalizing, it looks like, we wont get Multi-catch, which is pretty sad.  Java |  copy |? } catch (Exception1 | Exception2 ex) { LOGGER.log(Level.SEVERE, ex); throw ex; } That being said, i really like the Collection Literals stuff, that´ll bring  Java |  copy |? final List< Integer > piDigits = [3, 1, 4, 1, 5, 9, [...]