Skip to content

Commit 145617b

Browse files
committed
Fix quality flaw: typo in description
1 parent 623e12e commit 145617b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<p>When several packages are involved in a cycle (package A &gt; package B &gt; package C &gt; package A where "&gt;" means "depends upon"), that means that those packages are highly coupled and that there is no way to reuse/extract one of those packages without importing all the other packages. Such cycle could quickly increase the effort required to maintain an application and to embrace business change. SonarQube not only detect cycles between packages but also determines what is the minimum effort to break those cycles. This rule log a violation on each source file having an outgoing dependency to be but in order to break a cycle.</p>
1+
<p>When several packages are involved in a cycle (package A &gt; package B &gt; package C &gt; package A where "&gt;" means "depends upon"), that means that those packages are highly coupled and that there is no way to reuse/extract one of those packages without importing all the other packages. Such cycle could quickly increase the effort required to maintain an application and to embrace business change. SonarQube not only detect cycles between packages but also determines what is the minimum effort to break those cycles. This rule log a violation on each source file having an outgoing dependency to be cut in order to break a cycle.</p>
22

0 commit comments

Comments
 (0)