ulisesbocchio/jasypt-spring-boot

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

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

      There are no issues that match your filters.

      Category
      Status