Commit Graph

262 Commits (68924e3600e346bb5e5e72680e3d876757a48421)
 

Author SHA1 Message Date
caikang.ck 68924e3600 p3c-pmd 2.1.0 5 years ago
caikang.ck 87ba60818d support SuppressWarning annotation 5 years ago
玄坛 54bbd465b3
Update README.md
delete recruitment information
5 years ago
yangguanbao 04873a0d76
Update README.md 5 years ago
caikang.ck ae5348ecde Fix idea 2020.2 Ultimate compatibility issue
Minimum supported idea version up to 2018.3
Kotlin upgrade to 1.3.72
5 years ago
yangguanbao 5fb5777aed
Add files via upload
嵩山版于2020年8月3日正式发布
5 years ago
yangguanbao cbac6b13a2
Delete 阿里巴巴Java开发手册(泰山版).pdf
更新为嵩山版
5 years ago
caikang.ck b9adb32947 fix Inconsistency results in different scans 5 years ago
玄坛 2ca345bfb9
Merge pull request #698 from ziqiangxu/patch-1
Update:华山 --> 泰山
5 years ago
Daryl.Xu d8ef371f6d
Update:华山 --> 泰山 5 years ago
Yuyang Yu 64fd8e34cf
Update README.md
更新gitbook说明
5 years ago
LuffyGao ba613c2aa7
Delete 阿里巴巴Java开发手册(华山版).pdf
已有最新泰山版,删除老的华山版
5 years ago
yangguanbao 36b08754db
泰山版
1.6.0版本,发布于2020.4.22
5 years ago
caikang.ck e3d5acec50 version 2.0.2 5 years ago
caikang.ck eca12e7b6a fix compatibility issue with new idea version 5 years ago
caikang.ck f6ea93d1b6 fix compatibility issue with new idea version 5 years ago
caikang.ck 3a01b6d98a code compatibility with new idea version 5 years ago
SeanCai 9f77a0aa44
招聘入口 5 years ago
玄坛 73802b7c1a
Update README.md
remove unless content
5 years ago
caikang.ck e43d1e432c idea-plugin v2.0.1 5 years ago
caikang.ck c9c6130f9c eclipse-plugin v2.0.1 5 years ago
caikang.ck 9108bb1fe9 comment gpg plugin 5 years ago
caikang.ck a7ea4bf5c8 verify use p3c-pmd 2.0.1 5 years ago
caikang.ck 2ac5d2c2df 1. add rule LockShouldWithTryFinallyRule
2. fix some issue
5 years ago
lqzyc 545c0089ad
Merge pull request #613 from LQZYC/fix
同步改动
5 years ago
lqzyc d7120ded36
Merge branch 'master' into fix 5 years ago
SeanCai f0bfaa47c6
Merge pull request #614 from fw8899/master
fix https://github.com/alibaba/p3c/issues/209
5 years ago
曾候 670c4f4ac0 fix https://github.com/alibaba/p3c/issues/209 5 years ago
昶乐 c71f8f3232 同步改动 5 years ago
SeanCai 20889aba6e Update issue templates 5 years ago
SeanCai a125ef9aa0 Update issue templates 5 years ago
yangguanbao 1fae15749f
Update README.md 6 years ago
Keke Zhang 114cb4c567
Merge pull request #527 from kerie/update-pdf
更新开发手册至华山版
6 years ago
可期 9436be68c4 Update guidelines pdf 6 years ago
caikang.ck 223f010359 v2.0.0
1. pmd -> 6.15.0
2. idea min version 2016.1
3. jdk min version 1.8
6 years ago
caikang.ck fdfc82f1dc v2.0.0
1. pmd -> 6.15.0
2. idea min version 2016.1
3. jdk min version 1.8
6 years ago
玄坛 8c25cddcda
Merge pull request #486 from livoras/master
fix typo
6 years ago
玄坛 1b5763a3e8
Merge pull request #479 from kerie/readme-rules
update new rules in readme
6 years ago
Bo Zhang 1dc88f5b49 Handle [string literal].equals() correctly in EqualsAvoidNullRule
This fixes https://github.com/alibaba/p3c/issues/471

Previously, the following code can't pass EqualsAvoidNullRule:

public class Test {
  private static final String VERSION = System.getProperty("v");
  public boolean isJava6(){
    return "1.6".equals(VERSION);
  }
}

This PR fixes this issue by checking if the caller is a literal.
6 years ago
Livoras f4659f94cb
fix typo 6 years ago
可期 507ecbf8b4 update new rules in readme 6 years ago
Keke Zhang 3cf2594292
Merge pull request #477 from alibaba/xuantan-patch-1
Update README.md
6 years ago
玄坛 b878e0d9f8
Update README.md
Update the number of rules for p3c.
6 years ago
玄坛 465aa6d5b6
Merge pull request #474 from slievrly/patch-1
Update README.md
6 years ago
玄坛 d36dc488f0
Merge pull request #459 from rhinoceros/master
LowerCamelCaseVariableNamingRule 和 StringConcatRule
6 years ago
jimin 41f68e3203
Update README.md 6 years ago
玄坛 7de6b48564
Merge pull request #462 from hanyidreamer/19.03.02
Fixed #448
6 years ago
hanyidreamer c95f3f2dd6 Fixed #448 6 years ago
wangxn 3c199f2ab9 LowerCamelCaseVariableNamingRule: 删除重复的LowerCamelCaseVariableNamingRuleTest8;
StringConcatRule: line130 注释掉  ======================================================================
6 years ago
玄坛 b5623e6a3e
Merge pull request #452 from sooxin/master
correct method name
6 years ago