diff --git a/java/src/test/java/com/ibm/plugin/rules/detection/jca/cipher/JcaCipherGetInstanceCyclicAssignmentTest.java b/java/src/test/java/com/ibm/plugin/rules/detection/jca/cipher/JcaCipherGetInstanceCyclicAssignmentTest.java index 3872faf17..92ac0f021 100644 --- a/java/src/test/java/com/ibm/plugin/rules/detection/jca/cipher/JcaCipherGetInstanceCyclicAssignmentTest.java +++ b/java/src/test/java/com/ibm/plugin/rules/detection/jca/cipher/JcaCipherGetInstanceCyclicAssignmentTest.java @@ -38,10 +38,10 @@ import org.sonar.plugins.java.api.tree.Tree; /** - * Regression test for issue #525: a cycle in the assignment graph (a field initialized from - * another field, which is in turn assigned back from the first) must not send {@code - * resolveValues} into infinite recursion (StackOverflowError). The value must still resolve - * through the cycle to the constant initializer. + * Regression test for issue #525: a cycle in the assignment graph (a field initialized from another + * field, which is in turn assigned back from the first) must not send {@code resolveValues} into + * infinite recursion (StackOverflowError). The value must still resolve through the cycle to the + * constant initializer. */ class JcaCipherGetInstanceCyclicAssignmentTest extends TestBase {