You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2009/07/25 02:38:43 UTC

DO NOT REPLY [Bug 47577] New: Unused imports and other compilation warnings

https://issues.apache.org/bugzilla/show_bug.cgi?id=47577

           Summary: Unused imports and other compilation warnings
           Product: Tomcat 7
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Modules: jdbc-pool
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: sebb@apache.org


Created an attachment (id=24035)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24035)
List of Eclipse compiler warnings

Several files have unused imports, use raw types or have other minor problems.

See attached file for details.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577





--- Comment #1 from Mark Thomas <ma...@apache.org>  2009-07-30 12:32:58 PST ---
The low hanging fruit as been fixed. Many of the remainder can't be fixed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577


Filip Hanik <fh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Modules: jdbc-pool          |jdbc-pool
            Version|trunk                       |unspecified
            Product|Tomcat 7                    |Tomcat Modules

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 47577] Unused imports and other compilation warnings

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47577





--- Comment #2 from Sebb <se...@apache.org>  2009-07-30 12:53:47 PST ---
Created an attachment (id=24068)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24068)
Fix a few more compilation warnings

Thanks!

I think there are a few more compiler warnings that are easy to fix.

For example, @Override, one raw type, and a Javadoc error (repeated @return
tag)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org