Branch: refs/heads/pmd/7.0.x
Home: https://github.com/pmd/pmd
Commit: fc759db5ca363c8a9bf602e1ffb1276e342b9280
https://github.com/pmd/pmd/commit/fc759db5ca363c8a9bf602e1ffb1276e342b9280
Author: Clément Fournier <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M pmd-java/etc/grammar/Java.jjt
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java
Log Message:
-----------
Fix #2767
Problem was the stack is empty if the local var declaration
is the first node of the compilation unit to be pushed.
Commit: 46933e666d3caf5fe5a0b5c03801ac91fcf636c7
https://github.com/pmd/pmd/commit/46933e666d3caf5fe5a0b5c03801ac91fcf636c7
Author: Clément Fournier <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeTestUtil.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/TypeTestUtilTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/testdata/SomeClassWithAnon.java
Log Message:
-----------
Fix #2756, NPE in TypeTestUtil
Commit: fedea535b5ace867a413ef98ec6c0d2499bb9507
https://github.com/pmd/pmd/commit/fedea535b5ace867a413ef98ec6c0d2499bb9507
Author: Nimit <[email protected]>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatement.java
Log Message:
-----------
issue-2738: Adding null check to avoid npe when switch case is default
Commit: 2d0d098d2caba521eca398668279842f7644c42d
https://github.com/pmd/pmd/commit/2d0d098d2caba521eca398668279842f7644c42d
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatementTest.java
Log Message:
-----------
[java] Add test case for #2738
Commit: 7cea1d684cd17358f9ad006a3b3a708713085e80
https://github.com/pmd/pmd/commit/7cea1d684cd17358f9ad006a3b3a708713085e80
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes, fixes #2738, refs #2773
Commit: d752b2c4247626b92941a4493236349a79c3b781
https://github.com/pmd/pmd/commit/d752b2c4247626b92941a4493236349a79c3b781
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatement.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatementTest.java
Log Message:
-----------
Merge branch 'pr-2773' into master
[java] issue-2738: Adding null check to avoid npe when switch case is default
#2773
Commit: 4f53b770458c55dc1c3b57a89cac99d18b1be33a
https://github.com/pmd/pmd/commit/4f53b770458c55dc1c3b57a89cac99d18b1be33a
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes, fixes #2756
Commit: 6af4f1ecea85a61a142eb3f8f5abb8fda5022754
https://github.com/pmd/pmd/commit/6af4f1ecea85a61a142eb3f8f5abb8fda5022754
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeTestUtil.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/TypeTestUtilTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/testdata/SomeClassWithAnon.java
Log Message:
-----------
Merge branch 'pr-2771' into master
[java] Fix #2756, NPE in TypeTestUtil #2771
Commit: a13f88de5f6ffb0a05d74d41353e53f6f2568c64
https://github.com/pmd/pmd/commit/a13f88de5f6ffb0a05d74d41353e53f6f2568c64
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
Log Message:
-----------
[doc] Update release notes, fixes #2767
Commit: 9ed79f46fdf511b23d8f9c6c316ea35561498916
https://github.com/pmd/pmd/commit/9ed79f46fdf511b23d8f9c6c316ea35561498916
Author: Andreas Dangel <[email protected]>
Date: 2020-09-11 (Fri, 11 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
M pmd-java/etc/grammar/Java.jjt
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java
Log Message:
-----------
Merge branch 'pr-2770' into master
[java] Fix #2767, PMD cannot parse a local var with final in instance
initializer #2770
Commit: 53999c2d96b24a372db8218f29c7ee3033064998
https://github.com/pmd/pmd/commit/53999c2d96b24a372db8218f29c7ee3033064998
Author: Clément Fournier <[email protected]>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M docs/pages/release_notes.md
M pmd-java/etc/grammar/Java.jjt
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatement.java
M
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeTestUtil.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ASTSwitchStatementTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/ast/ParserCornersTest.java
M
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/TypeTestUtilTest.java
A
pmd-java/src/test/java/net/sourceforge/pmd/lang/java/types/testdata/SomeClassWithAnon.java
Log Message:
-----------
Merge branch 'master' into 7.0.x
Compare: https://github.com/pmd/pmd/compare/7be569fa8bc9...53999c2d96b2
_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits