tyutNo4 / findbugs

Automatically exported from code.google.com/p/findbugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exception while analyzing javax.mail.internet.MimeUtility

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

Run FindBugs GUI on the "mail" module of Project GlassFish
(http://glassfish.dev.java.net).


What is the expected output? What do you see instead?

I get the following errors on the console:

Error checking for dead exception store
Error checking for dead exception store
Error checking for dead exception store
Error checking for dead exception store
Detector edu.umd.cs.findbugs.detect.FindBadCast2 caught exception while
analyzing javax.mail.internet.MimeUtility.<clinit> : ()V


What version of the product are you using? On what operating system?

FindBugs 1.1.1, JDK 1.5.0_07, Solaris 10


Please provide any additional information below.


Original issue reported on code.google.com by bs00...@gmail.com on 23 Oct 2006 at 8:05

I no longer seem to be getting this error with FindBugs 1.1.3.

Original comment by bs00...@gmail.com on 20 Jan 2007 at 2:06

Original comment by bill.p...@gmail.com on 30 Jul 2011 at 11:35

  • Changed state: Fixed