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.
L RV: org.dbe.studio.tools.accounting.metering.wizards.AccountingWizard.updateDeploymentProperties(java.util.Properties) ignores return value of java.io.File.createNewFile() At AccountingWizard.java:[line 101] M UrF: Unread field: org.dbe.studio.tools.accounting.metering.wizards.AccountingWizard.url L RV: org.dbe.studio.tools.accounting.metering.wizards.MeteringFilterWizardPage1.updateDeploymentProperties(java.util.Properties) ignores return value of java.io.File.createNewFile() At MeteringFilterWizardPage1.java:[line 459] M SS: Unread field: org.dbe.studio.tools.accounting.metering.wizards.MeteringFilterWizardPage1.FILTERS; should this field be static? M SS: Unread field: org.dbe.studio.tools.accounting.metering.wizards.MeteringFilterWizardPage1.PARAMS; should this field be static? M SIC: Should org.dbe.studio.tools.accounting.metering.wizards.MeteringFilterWizardPage1$ParameterContentProvider be a _static_ inner class? M SIC: Should org.dbe.studio.tools.accounting.metering.wizards.MeteringFilterWizardPage1$ParametersLabelProvider be a _static_ inner class? M OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream At PropertiesFile.java:[line 103] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.<init>(String) may fail to close stream on exception At PropertiesFile.java:[line 36] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream on exception At PropertiesFile.java:[line 88] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream on exception At PropertiesFile.java:[line 100] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream on exception At PropertiesFile.java:[line 104] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream on exception At PropertiesFile.java:[line 125] L OS: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) may fail to close stream on exception At PropertiesFile.java:[line 126] M RCN: Redundant comparison to null in org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile.setProperty(String,String) At PropertiesFile.java:[line 109] M Se: org.dbe.studio.tools.accounting.metering.wizards.PropertiesFile is Serializable; consider declaring a serialVersionUID