Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-388

Inconsistent Javadoc comment and code for prototypeFactory(T) in org.apache.commons.collections.FactoryUtils

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0, 4.x
    • 4.0-alpha1, 4.0
    • Collection
    • Platform independent

    Description

      The Javadoc comment below states that the method "throws IllegalArgumentException if the prototype is null":
      /**
      ..

      • @param prototype the object to clone each time in the factory
      • @return the <code>prototype</code> factory
      • @throws IllegalArgumentException if the prototype is null
      • @throws IllegalArgumentException if the prototype cannot be cloned
        */
        public static <T> Factory<T> prototypeFactory(T prototype) { return PrototypeFactory.<T>prototypeFactory(prototype); }

      However, the method returns a NULL_INSTANCE object instead of throwing IllegalArgumentException when called with null.

      Suggested Fixes:
      1. Change "@throws IllegalArgumentException if the prototype is null" and "@return" to "@return NULL_INSTANCE if the prototype is null".
      or
      2. Remove the entire "throws IllegalArgumentException if the prototype is null".

      Attachments

        Activity

          People

            Unassigned Unassigned
            shinhwei SHIN HWEI TAN
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2m
                2m
                Remaining:
                Remaining Estimate - 2m
                2m
                Logged:
                Time Spent - Not Specified
                Not Specified