This check looks for try blocks that have no statements or where all statements
have been commented out. This may be the result of changes for debugging or the code
may simply be obsolete.
If there is nothing in the try then the catch block can never be executed either.
Thus, these try statements can be removed completely.
This check looks for try blocks that have no statements or where all statements
have been commented out. This may be the result of changes for debugging or the code
may simply be obsolete.
If there is nothing in the try then the catch block can never be executed either.
Thus, these try statements can be removed completely.
This check looks for try blocks that have no statements or where all statements
have been commented out. This may be the result of changes for debugging or the code
may simply be obsolete.
If there is nothing in the try then the catch block can never be executed either.
Thus, these try statements can be removed completely.
This check looks for
tryblocks that have no statements or where all statements have been commented out. This may be the result of changes for debugging or the code may simply be obsolete.If there is nothing in the
trythen thecatchblock can never be executed either. Thus, thesetrystatements can be removed completely.