ulisesbocchio/jasypt-spring-boot

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected void run(final EncryptionService newService, final Path path, String encryptPrefix, String encryptSuffix, String decryptPrefix, String decryptSuffix) throws MojoExecutionException {

    Method decrypt has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        private String decrypt(final Path path, String encryptPrefix, String encryptSuffix, String decryptPrefix, String decryptSuffix) throws MojoExecutionException {

      There are no issues that match your filters.

      Category
      Status