Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6113 - Method will always return before this statement is reached

6113   Method will always return before this statement is reached

Cause

This error occurs if the current method includes code that may never be executed because it immediately follows a return instruction and the method will always return before the code is reached.

Action

Remove the return instruction or the code that follows it.