mbedward / jaitools

Raster image processing for Java developers
17 stars 15 forks source link

RangeLookUpTable is not threadsafe #207

Closed mbedward closed 11 years ago

mbedward commented 11 years ago

Original author: simboss1@gmail.com (January 10, 2013 11:05:16)

Likewise RangeLookUp computeRect method RangeLookUpTable is not thread safe as it internally stores the last match in a non threadsafe way.

Original issue: http://code.google.com/p/jaitools/issues/detail?id=209