-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NCC-1.4
-
Fix Version/s: NCC-1.4.21
-
Component/s: nuxeo-connect-client
-
Sprint:DevOps Sprint 10
java.lang.NullPointerException at org.nuxeo.connect.packages.PackageManagerImpl.listRemoteAssociatedStudioPackages(PackageManagerImpl.java:729) at org.nuxeo.connect.client.jsf.AppCenterViewsManager.getStudioInstallationStatus(AppCenterViewsManager.java:306)
In some race conditions, a null list is returned by the package cache.
In all cases, org.nuxeo.connect.packages.PackageSource.listPackages() and org.nuxeo.connect.packages.PackageSource.listStudioPackages() should never return null but an empty list.
- is required by
-
NXP-17258 Fix NPE when browsing the Update Center with a non validated instance
- Resolved