Branch: refs/heads/master
Home: https://github.com/pmd/pmd
Commit: bb7478cd0a18b4fe5ddb1be7d5508f2679761870
https://github.com/pmd/pmd/commit/bb7478cd0a18b4fe5ddb1be7d5508f2679761870
Author: Clément Fournier <[email protected]>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/ApexRuleViolationFactory.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactory.java
M
pmd-javascript/src/main/java/net/sourceforge/pmd/lang/ecmascript/rule/EcmascriptRuleViolationFactory.java
M
pmd-jsp/src/main/java/net/sourceforge/pmd/lang/jsp/rule/JspRuleViolationFactory.java
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/PLSQLRuleViolationFactory.java
M
pmd-scala/src/main/java/net/sourceforge/pmd/lang/scala/rule/ScalaRuleViolationFactory.java
M
pmd-visualforce/src/main/java/net/sourceforge/pmd/lang/vf/rule/VfRuleViolationFactory.java
M
pmd-vm/src/main/java/net/sourceforge/pmd/lang/vm/rule/VmRuleViolationFactory.java
M
pmd-xml/src/main/java/net/sourceforge/pmd/lang/xml/rule/XmlRuleViolationFactory.java
Log Message:
-----------
Deprecate RuleViolationFactory impls
Internal APIs
Commit: eb6ceef08520bb08be1670f099887352cb05ee0c
https://github.com/pmd/pmd/commit/eb6ceef08520bb08be1670f099887352cb05ee0c
Author: Clément Fournier <[email protected]>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M docs/pages/release_notes.md
M
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/ApexRuleViolationFactory.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactory.java
M
pmd-javascript/src/main/java/net/sourceforge/pmd/lang/ecmascript/rule/EcmascriptRuleViolationFactory.java
M
pmd-jsp/src/main/java/net/sourceforge/pmd/lang/jsp/rule/JspRuleViolationFactory.java
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/PLSQLRuleViolationFactory.java
M
pmd-scala/src/main/java/net/sourceforge/pmd/lang/scala/rule/ScalaRuleViolationFactory.java
M
pmd-visualforce/src/main/java/net/sourceforge/pmd/lang/vf/rule/VfRuleViolationFactory.java
M
pmd-vm/src/main/java/net/sourceforge/pmd/lang/vm/rule/VmRuleViolationFactory.java
M
pmd-xml/src/main/java/net/sourceforge/pmd/lang/xml/rule/XmlRuleViolationFactory.java
Log Message:
-----------
Add comments and update release notes
Commit: b1ba962ddf9404484ff2e579207a0109e52ece35
https://github.com/pmd/pmd/commit/b1ba962ddf9404484ff2e579207a0109e52ece35
Author: Clément Fournier <[email protected]>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/ApexRuleViolation.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleViolation.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/DaaRuleViolation.java
Log Message:
-----------
Deprecate RuleViolation impls
Commit: e37f791caa335628e56a5bca07bd97f565660a92
https://github.com/pmd/pmd/commit/e37f791caa335628e56a5bca07bd97f565660a92
Author: Clément Fournier <[email protected]>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
Release notes
Commit: 1f0caf50340b7e310bb966f1512c88402e43d766
https://github.com/pmd/pmd/commit/1f0caf50340b7e310bb966f1512c88402e43d766
Author: Clément Fournier <[email protected]>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M .travis/build-deploy.sh
M docs/pages/release_notes.md
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/AbstractJavaHandler.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/AbstractJavaParser.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/JavaDataFlowHandler.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/JavaLanguageHandler.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/JavaLanguageParser.java
Log Message:
-----------
Merge branch 'master' into deprecate-rvf-impls
Commit: fdbf2e5aff3c03eeccbb0499c763bb19dc0db18c
https://github.com/pmd/pmd/commit/fdbf2e5aff3c03eeccbb0499c763bb19dc0db18c
Author: Juan Martín Sotuyo Dodero <[email protected]>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M docs/pages/release_notes.md
M
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/ApexRuleViolation.java
M
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/ApexRuleViolationFactory.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleViolation.java
M
pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleViolationFactory.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolation.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/JavaRuleViolationFactory.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/errorprone/DaaRuleViolation.java
M
pmd-javascript/src/main/java/net/sourceforge/pmd/lang/ecmascript/rule/EcmascriptRuleViolationFactory.java
M
pmd-jsp/src/main/java/net/sourceforge/pmd/lang/jsp/rule/JspRuleViolationFactory.java
M
pmd-plsql/src/main/java/net/sourceforge/pmd/lang/plsql/rule/PLSQLRuleViolationFactory.java
M
pmd-scala/src/main/java/net/sourceforge/pmd/lang/scala/rule/ScalaRuleViolationFactory.java
M
pmd-visualforce/src/main/java/net/sourceforge/pmd/lang/vf/rule/VfRuleViolationFactory.java
M
pmd-vm/src/main/java/net/sourceforge/pmd/lang/vm/rule/VmRuleViolationFactory.java
M
pmd-xml/src/main/java/net/sourceforge/pmd/lang/xml/rule/XmlRuleViolationFactory.java
Log Message:
-----------
Merge pull request #2146 from oowekyala/deprecate-rvf-impls
[core] Deprecate implementations of RuleViolation[Factory]
Compare: https://github.com/pmd/pmd/compare/3833d8c1b1ea...fdbf2e5aff3c
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits