transformer icon indicating copy to clipboard operation
transformer copied to clipboard

Error handling improvements

Open tbitonti opened this issue 3 years ago • 0 comments

Ref:

/org.eclipse.transformer/src/main/java/org/eclipse/transformer/Transformer.java

// TODO: Need a better way to handle errors. // // (1) Having element actions throw an exception while // having container actions count failures makes for // two different error detection steps. // // (2) Handling 'Throwable' cases is problematic. These // should perhaps be thrown to the transformer and cause // transformation to fail.

tbitonti avatar May 23 '22 15:05 tbitonti