Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4183

Wrong Javadoc of TrackerCustomizer addingService method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • ipojo-runtime-1.10.1
    • ipojo-runtime-1.11.0
    • iPOJO
    • None

    Description

      Method return type does not match the javadoc return type.

      /**

      • A service is being added to the Tracker object.
      • This method is called before a service which matched the search parameters of the Tracker object is added to it. This method should return the service object to be tracked for this ServiceReference object.
      • The returned service object is stored in the Tracker object and is available from the getService and getServices methods.
      • @param reference the Reference to service being added to the Tracker object.
      • @return The service object to be tracked for the ServiceReference object or null if the ServiceReference object should not be tracked.
        */
        boolean addingService(ServiceReference reference);

      Attachments

        Activity

          People

            clement.escoffier Clement Escoffier
            speedytblob Thomas Leveque
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: