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

ResourceUtil.getValueMap() contains a wrong @Nonnull annotation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • API 2.9.0
    • API 2.12.0
    • API
    • None

    Description

      org.apache.sling.api.resource.ResourceUtil.getValueMap(res) performs a null check as first action (if ( res == null ) {). Also, the javadoc states that this method is null safe.

      But the method contains a @Nonnull annotation for the res parameter (@Nonnull final Resource res) which forces the calling methods to do an additional null check, even if the method handles it internally.

      I suggest to remove the annotation for the parameter.

      Attachments

        Activity

          People

            kwin Konrad Windszus
            dominik.lienemann Dominik Lienemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: