Update pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/CouplingBetweenObjectsRule.java
Co-authored-by: Clément Fournier <clement.fournier76@gmail.com>
This commit is contained in:
@ -117,7 +117,7 @@ public class CouplingBetweenObjectsRule extends AbstractJavaRule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* convenient method to handle hierarchy. This is probably too much work and
|
* Convenience method to handle hierarchy. This is probably too much work and
|
||||||
* will go away once I figure out the framework
|
* will go away once I figure out the framework
|
||||||
*/
|
*/
|
||||||
private void handleASTTypeChildren(Node node) {
|
private void handleASTTypeChildren(Node node) {
|
||||||
|
Reference in New Issue
Block a user