Replacement for ClassUtil.isClassAvailableInLibrary
Permanently deleted user
创建于
The class com.intellij.j2ee.ClassUtil has been removed in recent Demetra builds. Is there any replacement ? In particular i'm using the isClassAvailableInLibrary method.
The method isClassAvailableInLibrary() is still present in two classes (#5561):
com.intellij.javaee.LibrariesManager
com.intellij.openapi.roots.libraries.LibraryUtil
I'm not sure though which one you need.
Sascha
PS: "Goto Symbol" did the trick ;)