Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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>