-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21
-
b07
-
generic
-
generic
Currently we validate the passed from java cmm code to native, except for some types of rasters. One of the reason why the rasters are skipped is that they are not public and have own validation during construction. But it is unclear how it works in the multithreaded case. All this objects are not thread safe - is could be possible that we can get teh ruster which is not completly constructed/validated?