Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the number of rules for p3c.
  • Loading branch information
xuantan authored Mar 19, 2019
1 parent 465aa6d commit b878e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p3c-pmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ compile 'com.alibaba.p3c:p3c-pmd:1.3.6'

## <font color="green">Rules</font>

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)).

### <font color="green">Concurrency</font>
* 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.
Expand Down

0 comments on commit b878e0d

Please sign in to comment.