mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 23:21:32 +00:00
This commit is contained in:
@@ -55,7 +55,7 @@ class AliPmdInspectionInvoker(
|
|||||||
val processor = AliPmdProcessor(rule)
|
val processor = AliPmdProcessor(rule)
|
||||||
val start = System.currentTimeMillis()
|
val start = System.currentTimeMillis()
|
||||||
violations = processor.processFile(psiFile)
|
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}")
|
" to apply rule ${rule.name} for file ${psiFile.virtualFile.canonicalPath}")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user