alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/database/AuthenticationSource.java

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Method getModule has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private AuthenticationSourceModule getModule() {
        if( module != null )
            return module;
        
        synchronized(this) {

    There are no issues that match your filters.

    Category
    Status