Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore new warnings populated after spring update
fix for: [INFO] --- spotbugs:4.8.2.0:check (verify-spotbugs) @ note-app --- [INFO] BugInstance size is 2 [INFO] Error size is 0 [INFO] Total bugs: 2 [ERROR] High: Null passed for non-null parameter of org.hibernate.engine.spi.ExtendedSelfDirtinessTracker.$$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor) in gt.app.domain.AppUser.$$_hibernate_clearDirtyCollectionNames() [gt.app.domain.AppUser] In AppUser.java NP_NONNULL_PARAM_VIOLATION [ERROR] High: Null passed for non-null parameter of org.hibernate.engine.spi.ExtendedSelfDirtinessTracker.$$_hibernate_removeDirtyFields(LazyAttributeLoadingInterceptor) in gt.app.domain.Note.$$_hibernate_clearDirtyCollectionNames() [gt.app.domain.Note] In Note.java NP_NONNULL_PARAM_VIOLATION [INFO]
- Loading branch information