From 7f8c35a0c915c63b02a9e8e6bcb1218e44a11dfb Mon Sep 17 00:00:00 2001 From: Ganesh Tiwari Date: Thu, 21 Dec 2023 11:54:22 -0600 Subject: [PATCH] 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] --- spot-bugs.filter-exclude.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spot-bugs.filter-exclude.xml b/spot-bugs.filter-exclude.xml index 39a5ab8..040998b 100644 --- a/spot-bugs.filter-exclude.xml +++ b/spot-bugs.filter-exclude.xml @@ -6,5 +6,7 @@ + +