ulisesbocchio/jasypt-spring-boot

View on GitHub
jasypt-maven-plugin/src/main/java/com/ulisesbocchio/jasyptmavenplugin/mojo/AbstractJasyptMojo.java

Summary

Maintainability
A
45 mins
Test Coverage

Method run has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    abstract void run(EncryptionService encryptionService, ConfigurableApplicationContext context, String encryptPrefix, String encryptSuffix, String decryptPrefix, String decryptSuffix)

    There are no issues that match your filters.

    Category
    Status