This inspection detects calls of VirtualFile.getChildren() inside recursive methods. Such a code may cause dead loops when iterating over cyclic symlinks - so please use VfsUtilCore.visitChildrenRecursively() instead.

Internal inspection - has no effect outside of IntelliJ IDEA project.