Re: [Codenarc-developer] CodeNarc 0.8.1 - New rules - SystemRunFinalizersOnExit
Brought to you by:
chrismair
From: <chr...@wa...> - 2010-04-28 11:31:05
|
>> I think it is a concurrency issue. Here is the deprecated message from >> the Javadoc: >> >> "This method is inherently unsafe. It may result in finalizers being >> called on live objects while other threads are concurrently >> manipulating those objects, resulting in erratic behavior or >> deadlock." >> >> Hamlet D'Arcy Ok, that makes sense. I will move it to the (new) Concurrency ruleset. Chris |