From b878e0d9f8b9115a18ace9189991ca3758988efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=84=E5=9D=9B?= Date: Tue, 19 Mar 2019 16:19:24 +0800 Subject: [PATCH] Update README.md Update the number of rules for p3c. --- p3c-pmd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p3c-pmd/README.md b/p3c-pmd/README.md index 43e34ecc1..ba7069ceb 100644 --- a/p3c-pmd/README.md +++ b/p3c-pmd/README.md @@ -21,7 +21,7 @@ compile 'com.alibaba.p3c:p3c-pmd:1.3.6' ## Rules -P3C-PMD implements 49 rules involved in *Alibaba Java Coding Guidelines*, based on PMD ([https://github.com/pmd/pmd](https://github.com/pmd/pmd)). +P3C-PMD implements 54 rules involved in *Alibaba Java Coding Guidelines*, based on PMD ([https://github.com/pmd/pmd](https://github.com/pmd/pmd)). ### Concurrency * 1 ``[Mandatory]`` Customized ThreadLocal variables must be recycled, especially when using thread pools in which threads are often reused. Otherwise, it may affect subsequent business logic and cause unexpected problems such as memory leak.