Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-10779

ContentPackage2FeatureModelConverter.getAclManager should never return null

    XMLWordPrintableJSON

Details

    Description

      ContentPackage2FeatureModelConverter.getAclManager is used across the converter code base and always expected to be not-null. so, instead of defining it as 'nullable' we should find ways to make sure it is always present on the converter. this would allow to get rid of Objects.requireNotNull and the warnings about potential NPE where the check is missing.

      Attachments

        Activity

          People

            cziegeler Carsten Ziegeler
            angela Angela Schreiber
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: