Branch: refs/heads/master
Home: https://github.com/pmd/pmd
Commit: e75cf1b55c6e3712c61e3d01de483161806b30d8
https://github.com/pmd/pmd/commit/e75cf1b55c6e3712c61e3d01de483161806b30d8
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-05-29 (Mon, 29 May 2017)
Changed paths:
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverJava8Test.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
Log Message:
-----------
Add test for Java 'this' keyword typeresolution
Commit: 6fb568173415b3e59809d3f8ba511529073cc236
https://github.com/pmd/pmd/commit/6fb568173415b3e59809d3f8ba511529073cc236
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-05-29 (Mon, 29 May 2017)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java
Log Message:
-----------
Resolve 'this' keyword in Java
Commit: babe32a16c61bc3d6314324ea7bcc165cf70ca19
https://github.com/pmd/pmd/commit/babe32a16c61bc3d6314324ea7bcc165cf70ca19
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-05-30 (Tue, 30 May 2017)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTPrimarySuffix.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
Log Message:
-----------
Java: resolve qualified 'this' expression's type
Commit: 0ec1e44b1380d5fc92633b232396ac51401491fd
https://github.com/pmd/pmd/commit/0ec1e44b1380d5fc92633b232396ac51401491fd
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-05-30 (Tue, 30 May 2017)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverJava8Test.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
Log Message:
-----------
Java: resolve 'super' expression's type
Commit: d40e80742cb06eca6973ac1472fe10ebffc032db
https://github.com/pmd/pmd/commit/d40e80742cb06eca6973ac1472fe10ebffc032db
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-05-31 (Wed, 31 May 2017)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverJava8Test.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
Log Message:
-----------
Java: fix checkstyle issues
Commit: 1b910587f30e2671ef6216565116f176c0b1765a
https://github.com/pmd/pmd/commit/1b910587f30e2671ef6216565116f176c0b1765a
Author: Bendegúz Nagy <bendeguz.nagy...@gmail.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
Log Message:
-----------
Java: add more tests to this and super expressions
Commit: 70d6b6b0124a0d0f1c1f059b64599b57b1479b9c
https://github.com/pmd/pmd/commit/70d6b6b0124a0d0f1c1f059b64599b57b1479b9c
Author: Juan Martín Sotuyo Dodero <juansot...@gmail.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Update changelog, refs #418
Commit: de7252264270bbba88276c7ecaf1c3a182f9f450
https://github.com/pmd/pmd/commit/de7252264270bbba88276c7ecaf1c3a182f9f450
Author: Juan Martín Sotuyo Dodero <juansot...@gmail.com>
Date: 2017-06-02 (Fri, 02 Jun 2017)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTPrimarySuffix.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/typeresolution/ClassTypeResolver.java
M
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
A
pmd-java/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
M
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/ClassTypeResolverJava8Test.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperClass.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/SuperExpression.java
A
pmd-java8/src/test/java/net/sourceforge/pmd/typeresolution/testdata/ThisExpression.java
M src/site/markdown/overview/changelog.md
Log Message:
-----------
Merge branch 'type-resolution'
Compare: https://github.com/pmd/pmd/compare/161070396c96...de7252264270
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits