Community
Participate
Working Groups
FindBugs is reporting a couple of potential issues: org.eclipse.wst.xml.xpath2.processor.PsychoPathTypeHelper.DAYTIMEDURATION_DT isn't final but should be A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability. org.eclipse.wst.xml.xpath2.processor.PsychoPathTypeHelper.YEARMONTHDURATION_DT isn't final but should be A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability. I'll make a fix for this.