Details
Description
Reduce the number of unused method and constructor parameters in the project. The presence of a parameter implies that the value is being used in the method or constructor. If it is not being used, a developer can have the mistaken impression about what functionality is being performed in the method or constructor. Removing unused method/constructor parameters makes code maintenance easier.