Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  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


Compare: https://github.com/pmd/pmd/compare/d6ba977bb81f...d752b2c42476


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to