From: Elliotte H. <el...@me...> - 2005-09-22 13:05:28
|
The Findbugs report produces lines like this in the HTML report: DE: org.jaxen.JaxenException.<clinit>() might ignore java.lang.Exception That should be DE: org.jaxen.JaxenException.<clinit>() might ignore java.lang.Exception In other words, the actual HTML source is DE: org.jaxen.JaxenException.&lt;clinit&gt;() might ignore java.lang.Exception but should be DE: org.jaxen.JaxenException.<clinit>() might ignore java.lang.Exception I'm not sure where the double escaping is occurring. Possibly it's a FindBugs bug instead of a Maven bug. I don't know yet. -- Elliotte Rusty Harold el...@me... XML in a Nutshell 3rd Edition Just Published! http://www.cafeconleche.org/books/xian3/ http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim |