/*
UnusedLocalMethod
*/
package com.puppycrawl.tools.checkstyle.checks.coding.unusedlocalmethod;
public class InputUnusedLocalMethodChainUnused {
public InputUnusedLocalMethodChainUnused() {
used();
}
private void used() {
}
private void unused2() { // violation, "Unused local method 'unused2'"
}
}
<module name="UnusedLocalMethod"/>
add counterpart to https://checkstyle.sourceforge.io/checks/coding/unusedlocalvariable.html
UnusedLocalMethodCheck(RSPEC-S1144) #16894UnusedLocalMethodCheck(RSPEC-S1144) contribution#932catjavacconfig.xml