You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I saw parameterValues check using parameterValues != null in HibernateItemReaderHelper
I don't think it's a good way.
How about using CollectionUtils.isEmpty ?
Only null checking may be a code that relies on an internal implementation, Intellij is also displaying warnings.