This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 4fd2a67  Try to provide a better coverage of error handling during 
`CoverageCanvas` rendering: - Replace the various 
`ErrorHander.Report.addFoo(…)` methods by a single `add(…)` method giving more 
control on the `LogRecord` content. - Make `ErrorHandler.Report` thread-safe 
and document the synchronization lock to use when modifying the `LogRecord` 
content. - Allow `PrefetchedImage` to perform rendering in a mode where 
exceptions are caught and tiles are replaced by place-holders.  [...]
     new 7538f73  Apply `ErrorHandler` during sequential operations too, not 
only during parallel operations.
     new d6ca8ba  Better catching of exceptions to be reported to user.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/sis/gui/coverage/CoverageCanvas.java    | 41 ++++++++----------
 .../org/apache/sis/gui/coverage/RenderingData.java |  8 ++--
 .../apache/sis/gui/coverage/CoverageCanvasApp.java | 27 +-----------
 .../java/org/apache/sis/image/ImageProcessor.java  |  6 ---
 .../sis/internal/coverage/j2d/TileOpExecutor.java  | 48 +++++++++-------------
 5 files changed, 44 insertions(+), 86 deletions(-)

Reply via email to