You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2002/06/24 23:07:38 UTC

DO NOT REPLY [Bug 10196] New: - final methods hindering extensibility

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=10196>.
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=10196

final methods hindering extensibility

           Summary: final methods hindering extensibility
           Product: Taglibs
           Version: 1.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DateTime Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: nikhilgupte@yahoo.com


I was browsing the file - 
$Header:
/home/cvspublic/jakarta-taglibs/datetime/src/org/apache/taglibs/datetime/FormatTag.java,v
1.11 2002/04/06 18:10:51 glenn Exp $

and noticed that doStartTag() and doAfterBody() were final. I needed to
customize this class but couldn't cos those methods were declared as final. I
feel if this wern't the case, the lib would be more useful.

Regards,
Nikhil Gupte

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>