Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.6.4043
-
None
Description
Current Situation
- YADE does not report errors when applying replacing/replacement parameters.
- Resource: com.sos.VirtualFileSystem/src/com/sos/VirtualFileSystem/DataElements/SOSFileListEntry.java, Location: line 531
try { strTargetFileName = objO.getreplacing().doReplace(strTargetFileName, objO.getreplacement().Value()); } catch (Exception e) { String strM = SOSVfs_E_0150.get(); logger.error(e.getLocalizedMessage(), new JobSchedulerException(strM, e)); // TODO replace/replacing: raise an Exception when replacing reports an error }
- The throwable in the .error Method does not raise the exception
Desired Behavior
- YADE reports any errors when applying regular expressions for replacing/replacement.