(DoubleConsumer progressReceiver)
| 658 | } |
| 659 | |
| 660 | public boolean autoMatchMethodVars(DoubleConsumer progressReceiver) { |
| 661 | return autoMatchMethodVars(autoMatchLevel, absMethodVarAutoMatchThreshold, relMethodVarAutoMatchThreshold, progressReceiver); |
| 662 | } |
| 663 | |
| 664 | public boolean autoMatchMethodVars(ClassifierLevel level, double absThreshold, double relThreshold, DoubleConsumer progressReceiver) { |
| 665 | return autoMatchMethodVars(false, MethodInstance::getVars, level, absThreshold, relThreshold, progressReceiver); |
no test coverage detected