Description
SolrMetricManager.prepareCloudPlugins is a private method and its last parameter (defaultPlugin) is always passed in as null leading to an effectively dead/unreachable block of code in the method implementation.
This ticket proposes to remove the unused parameter and associated unreachable block of code.