[hibernate-commits] [hibernate/hibernate-validator] ef45c6: HV-1568 Replaced null check/initialization with no...

GitHub noreply at github.com
Tue Feb 13 04:24:45 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: ef45c6cb4c1fb9c8e072ec9a2775772e9c673d0a
      https://github.com/hibernate/hibernate-validator/commit/ef45c6cb4c1fb9c8e072ec9a2775772e9c673d0a
  Author: marko-bekhta <marko.prykladna at gmail.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

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

  Log Message:
  -----------
  HV-1568 Replaced null check/initialization with not null assertion

- As default context cannot be null at this point we should have an assertion
instead of initialization on null.




More information about the hibernate-commits mailing list