alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/database/schema/HierarchyTable.java

Summary

Maintainability
A
1 hr
Test Coverage
F
29%

Method migrateLocations has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void migrateLocations()
        throws SQLException {
        Connection conn = BOMFactory.getCurrentConntection();
        try(PreparedStatement ps = conn.prepareStatement(INSERT_NODE_SQL) ) {
            try(Statement stmt = conn.createStatement()) {

    There are no issues that match your filters.

    Category
    Status