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

extraneous imports in example

           Summary: extraneous imports in example
           Product: Struts
           Version: 1.1 Beta 3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Example
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


There are several files in struts-example.war that have extra import 
statements.  These end up showing up as warnings in the Eclipse IDE, so it 
would be nice (especially for newbies) if they were eliminated.

I have each file & the import to be removed below.  I thought that submitting 
patches for this would be overkill.  Let me know if I should anyway.

CheckLogonTag.java
    java.io.IOException
    javax.servlet.jsp.JspWriter
    javax.servlet.jsp.PageContext
    org.apache.struts.action.Action
    org.apache.struts.util.MessageResources

LinkSubscriptionTag.java
    javax.servlet.jsp.PageContext

LinkUserTag.java
    javax.servlet.jsp.PageContext

RegistrationForm.java
    org.apache.struts.action.ActionForm

SaveSubscriptionAction.java
    org.apache.struts.action.ActionError
    org.apache.struts.action.ActionErrors

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to