This commit is contained in:
SeanCai
2017-10-13 19:27:01 -05:00
committed by GitHub
parent 43363bf402
commit ea7fda298c

View File

@@ -1,4 +1,7 @@
Java代码规约扫描插件已在[研发协同RDC](https://rdc-test.aliyun.com)(云效公有云解决方案)的测试功能中实现(设置->测试服务->阿里巴巴Java代码规约
![](https://gw.alicdn.com/tfscom/TB1fb3nlYsTMeJjy1zbXXchlVXa.png)
2017年10月14日杭州云栖大会Java代码规约扫描插件全球首发仪式正式启动规范正式以插件形式公开走向业界引领Java语言的规范之路。目前插件已在[云效公有云产品](https://www.aliyun.com/product/yunxiao)中集成,[立即体验]https://rdc-test.aliyun.com云效>公有云>设置->测试服务->阿里巴巴Java代码规约
# P3C
@@ -32,4 +35,4 @@ The project consists of 3 parts:
1. Override hashCode if equals is overridden.
2. These two methods must be overridden for Set since they are used to ensure that no duplicate object will be inserted in Set.
3. These two methods must be overridden if self-defined object is used as the key of Map.
Note: String can be used as the key of Map since these two methods have been rewritten.
Note: String can be used as the key of Map since these two methods have been rewritten.