mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-13 22:56:57 +00:00
This commit is contained in:
@@ -55,7 +55,7 @@ class AliPmdInspectionInvoker(
|
||||
val processor = AliPmdProcessor(rule)
|
||||
val start = System.currentTimeMillis()
|
||||
violations = processor.processFile(psiFile)
|
||||
logger.info("elapsed ${System.currentTimeMillis() - start}ms to" +
|
||||
logger.debug("elapsed ${System.currentTimeMillis() - start}ms to" +
|
||||
" to apply rule ${rule.name} for file ${psiFile.virtualFile.canonicalPath}")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user