This project has retired. For details please refer to its Attic page.
UDDI Migration tool – FindBugs Bug Detector Report Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
4 21 0 0

Files

Class Bugs
org.apache.juddi.v3.migration.tool.Common 2
org.apache.juddi.v3.migration.tool.Export 15
org.apache.juddi.v3.migration.tool.Import 4

org.apache.juddi.v3.migration.tool.Common

Bug Category Details Line Priority
The method name org.apache.juddi.v3.migration.tool.Common.GetAuthToken(String, String, UDDISecurityPortType) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 55-65 Medium
The method name org.apache.juddi.v3.migration.tool.Common.GetOwner(String, String, UDDIInquiryPortType) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 37-50 Medium

org.apache.juddi.v3.migration.tool.Export

Bug Category Details Line Priority
org.apache.juddi.v3.migration.tool.Export.ExportBusiness() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 145 Medium
org.apache.juddi.v3.migration.tool.Export.ExportPublishers() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 304 Medium
org.apache.juddi.v3.migration.tool.Export.ExportTmodels() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 222 Medium
org.apache.juddi.v3.migration.tool.Export.SaveCredFileTemplate() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 358 Medium
org.apache.juddi.v3.migration.tool.Export.SaveProperties() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 337 Medium
org.apache.juddi.v3.migration.tool.Export.ExportBusiness() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 147 Medium
org.apache.juddi.v3.migration.tool.Export.ExportPublishers() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 306 Medium
org.apache.juddi.v3.migration.tool.Export.ExportTmodels() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 224 Medium
org.apache.juddi.v3.migration.tool.Export.SaveCredFileTemplate() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 361 Medium
org.apache.juddi.v3.migration.tool.Export.SaveProperties() may fail to clean up java.io.OutputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 340 Medium
Write to static field org.apache.juddi.v3.migration.tool.Export.inquiry from instance method org.apache.juddi.v3.migration.tool.Export.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, boolean, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 106 High
Write to static field org.apache.juddi.v3.migration.tool.Export.publish from instance method org.apache.juddi.v3.migration.tool.Export.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, boolean, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 105 High
Write to static field org.apache.juddi.v3.migration.tool.Export.security from instance method org.apache.juddi.v3.migration.tool.Export.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, boolean, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 104 High
Unread field: org.apache.juddi.v3.migration.tool.Export.preserveOwnership PERFORMANCE URF_UNREAD_FIELD 94 Medium
Unread field: org.apache.juddi.v3.migration.tool.Export.safemode PERFORMANCE URF_UNREAD_FIELD 71 Medium

org.apache.juddi.v3.migration.tool.Import

Bug Category Details Line Priority
org.apache.juddi.v3.migration.tool.Import.LoadProperties() may fail to clean up java.io.InputStream on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 318 Medium
Write to static field org.apache.juddi.v3.migration.tool.Import.inquiry from instance method org.apache.juddi.v3.migration.tool.Import.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 106 High
Write to static field org.apache.juddi.v3.migration.tool.Import.publish from instance method org.apache.juddi.v3.migration.tool.Import.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 105 High
Write to static field org.apache.juddi.v3.migration.tool.Import.security from instance method org.apache.juddi.v3.migration.tool.Import.Execute(String, String, String, String, String, String, boolean, boolean, String, boolean, String, String, boolean) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 104 High