https://issues.apache.org/bugzilla/show_bug.cgi?id=49141
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Sebb <[email protected]> 2010-04-19 10:21:25 EDT --- Findbugs complains because the class MimeMessage does not implement MimePart, at least in the context of Tomcat. This is because the local copy of the class does not implement MimePart, see: http://svn.apache.org/repos/asf/tomcat/trunk/java/javax/mail/internet/MimeMessage.java So I think it's still a bug, but the fault is in a different class. -- 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: [email protected] For additional commands, e-mail: [email protected]
