[hibernate-commits] [hibernate/hibernate-validator] 1f85aa: HV-1019 PathImpl copy constructor fix

GitHub noreply at github.com
Mon Nov 2 07:42:05 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 1f85aa250eb787923c982f2654cf2a630b1a55b1
      https://github.com/hibernate/hibernate-validator/commit/1f85aa250eb787923c982f2654cf2a630b1a55b1
  Author: Jiri Bilek <Jiri at bilek.info>
  Date:   2015-10-31 (Sat, 31 Oct 2015)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1019 PathImpl copy constructor fix

The copy constructor sets the hashCode to -1, in order to be computed on
first attempt to use it.


  Commit: fbfa96f3481bdd03759bbf3ba51afd189f3649bc
      https://github.com/hibernate/hibernate-validator/commit/fbfa96f3481bdd03759bbf3ba51afd189f3649bc
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-11-02 (Mon, 02 Nov 2015)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java

  Log Message:
  -----------
  HV-1019 Initializing hash code in one more constructor


Compare: https://github.com/hibernate/hibernate-validator/compare/07f38d1adc09...fbfa96f3481b


More information about the hibernate-commits mailing list