Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
devkit
/
resources
/
inspectionDescriptions
/
UnsafeVfsRecursion.html
blob: 89816f2b5876e3a3bf7ec6366e16c710ee9be446 [
file
] [
log
] [
blame
]
<html>
<body>
This inspection detects calls of VirtualFile.getChildren() inside recursive methods.
Such code may cause dead loops when iterating over cyclic symlinks -
so please use VfsUtilCore.visitChildrenRecursively() instead.
</body>
</html>