FindBugs Results

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 UrF: Unread field: org.objectledge.database.XaPoolDataSource.config
M UrF: Unread field: org.objectledge.database.XaPoolDataSource.transaction
L DE: org.objectledge.fax.HylafaxManager.destroy() might ignore java.lang.Exception  At HylafaxManager.java:[line 283]
L IS2: Inconsistent synchronization of org.objectledge.fax.HylafaxManager.client; locked 66% of time  Unsynchronized access at HylafaxManager.java:[line 315]
M UrF: Unread field: org.objectledge.fax.HylafaxManager.pagechop
M UwF: Unwritten field: org.objectledge.fax.HylafaxManager.pingObject
L UW: Unconditional wait in org.objectledge.fax.HylafaxManager$PingTask.process(org.objectledge.context.Context)  At HylafaxManager.java:[line 336]