log.debug(String.format.. 的结构搜索未按预期工作
Structural Search for log.debug(String.format.... not working as expected
我正在搜索以下内容
$Instance$.debug(String.format($Parameter$))
在我们的项目中有一个合理的日志记录框架之前发现了很多实例,但是没有找到一些调用,我不明白这些调用与找到的调用有什么区别。没有找到:
log.debug(
String.format(
"Failed to discard amendment (%s)", amendmentToDiscard.getID()),
amendment_.getFields());
尝试以下模板$Instance$.$MethodCall$($Parameter$)
:
我正在搜索以下内容
$Instance$.debug(String.format($Parameter$))
在我们的项目中有一个合理的日志记录框架之前发现了很多实例,但是没有找到一些调用,我不明白这些调用与找到的调用有什么区别。没有找到:
log.debug(
String.format(
"Failed to discard amendment (%s)", amendmentToDiscard.getID()),
amendment_.getFields());
尝试以下模板$Instance$.$MethodCall$($Parameter$)
: