Summary
The code generation checker has several places in the handler where an exception is caught. Instead of logging the exception and reporting the error condition to the user a stack trace is printed to the console, and the checker fails silently.
Expected and Current Behavior
In the case of an exception log it to the error log and show a dialog that indicates that an exception occurred and that details are in the error log.
Environment
- OSATE Version: 2.7.1
- Operating System: Linux
Summary
The code generation checker has several places in the handler where an exception is caught. Instead of logging the exception and reporting the error condition to the user a stack trace is printed to the console, and the checker fails silently.
Expected and Current Behavior
In the case of an exception log it to the error log and show a dialog that indicates that an exception occurred and that details are in the error log.
Environment