Either log or rethrow this exception sonarqube

What you will learn here about Sonarqube

  • Either log or rethrow this exception sonarqube

Either log or rethrow this exception sonarqube

Here we will understand how to fix Either log or rethrow this exception issue on sonarqube with sample program

You will get Either log or rethrow this exception issue on sonarqube when you are trying log as well as your throwing exception in the same block which is shown below
either log or rethrow this exception sonarqube

Solution1: Instead logging and throwing exception in same block only log the message which is shown below.
sonarqube either log or rethrow this exception

Solution2: Instead logging and throwing exception in same block only throw the exception which is shown below.
sonarqube issue either log or rethrow this exception

You may also like...