ulisesbocchio/jasypt-spring-boot

View on GitHub
jasypt-maven-plugin/src/main/java/com/ulisesbocchio/jasyptmavenplugin/encrypt/EncryptionService.java

Summary

Maintainability
A
2 hrs
Test Coverage

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

            final String templateText,
            final String sourcePrefix,
            final String sourceSuffix,
            final String targetPrefix,
            final String targetSuffix,

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

        public String encrypt(final String input, String encryptPrefix, String encryptSuffix, String decryptPrefix, String decryptSuffix) {

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

          public String decrypt(final String input, String encryptPrefix, String encryptSuffix, String decryptPrefix, String decryptSuffix) {

        There are no issues that match your filters.

        Category
        Status