Replacement for ClassUtil.isClassAvailableInLibrary
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.
Thanks.
Please sign in to leave a comment.
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 ;)