tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Fix NullPointerException when Logger is removed while looping #225

Closed madisparn closed 8 years ago

tntim96 commented 8 years ago

Usually I like to add a test case to expose the problem and prevent regression. Is that possible in this case? I'll take a look soon.

madisparn commented 8 years ago

The problem occurs when unused loggers are garbage collected.