Results 1 comments of Erik Mason

I am having the same issue with a static method call from within a finally block. `try { Context context = ContextFactory.global.enterContext() ... } finally { Context.exit() }` The real...