The following document contains the results of FindBugs - http://findbugs.sourceforge.net/. This isn't formatted like a pretty CheckStyle / JDepend sheet as the FindBugs XML output is very terse and does not describe what each error type is. We have no desire to hardcode messages against FindBugs, so we'll wait until FindBugs XML output can be modified to produce easy to use messages.
M UuF: Unused field: com.anite.antelope.menu.MenuItem.id M ES: Comparison of String objects using == or != in com.anite.antelope.modules.tools.LinkToSourceTool.initialiseScreenInformation() At LinkToSourceTool.java:[line 108] L SIC: Should com.anite.antelope.modules.tools.SecurityTool$1 be a _static_ inner class? L DE: com.anite.antelope.security.hibernate.MeercatPersistenceHelper.addEntity(org.apache.fulcrum.security.entity.SecurityEntity) might ignore net.sf.hibernate.HibernateException At MeercatPersistenceHelper.java:[line 122] L DE: com.anite.antelope.security.hibernate.MeercatPersistenceHelper.removeEntity(org.apache.fulcrum.security.entity.SecurityEntity) might ignore net.sf.hibernate.HibernateException At MeercatPersistenceHelper.java:[line 57] H LI: Incorrect lazy initialization of static field com.anite.antelope.utils.AvalonServiceHelper._instance in com.anite.antelope.utils.AvalonServiceHelper.instance() At AvalonServiceHelper.java:[lines 37-38] L SIC: Should com.anite.antelope.utils.Cache$ValueReference be a _static_ inner class?