Author: admin

Use primitive boolean expression here

Use primitive boolean expression here

What you will learn here about SonarQube Use primitive boolean expression here Here we will see how to solve one of the minot issue on SonarQube. On the SonarQube we will get Use primitive...

Add a private constructor to hide the implicit one

Add a private constructor to hide the implicit one

What you will learn here about SonarQube Add a private constructor to hide the implicit one Generally Class which has only static members generally consider as utility class which can’t be instantiated. The utility...

How to find implementation of interface in eclipse

How to find implementation of interface in eclipse

What you will learn here about java How to find implementation of interface in eclipse How to find implementation of interface in eclipse It is very easy to know how to find implementation class...

How to test that no exception is thrown

How to test that no exception is thrown

What you will learn here about Junit How to test that no exception is thrown Here we will see how to test np exception test or how to test that no exception is thrown...