You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by bu...@apache.org on 2004/02/19 09:34:42 UTC

DO NOT REPLY [Bug 27064] New: - Javadoc in PortletContainer.java mentions non-existant destroy method

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27064>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27064

Javadoc in PortletContainer.java mentions non-existant destroy method

           Summary: Javadoc in PortletContainer.java mentions non-existant
                    destroy method
           Product: Pluto
           Version: Current CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: portlet container
        AssignedTo: pluto-dev@jakarta.apache.org
        ReportedBy: kweiner@unicon.net


The class-level JavaDoc for org.apache.pluto.PortletContainer mentions a
"destroy" method which doesn't appear to exist.  It should either be changed to
"shutdown" (if that was what was intended) or removed.  By the way, why isn't
there an "unload" method in the PortletContainer that unloads a portlet?

This is the section I'm talking about:

 * The methods of this class have to be called in the following order:
 * <UL>
 * <LI>only once</LI>
 *   <UL>
 *   <LI>init</LI>
 *   <LI>destroy</LI>
 *   </UL>