mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed ClassNotFound
This commit is contained in:
@@ -119,7 +119,7 @@ class ClassPath {
|
||||
List<Loader> loaders = myCache.getLoaders(s);
|
||||
for (int j = 0, size = loaders.size(); j < size; ++j ) {
|
||||
final Loader loader = loaders.get(j);
|
||||
//if (!myCache.loaderHasName(s, loader)) continue;
|
||||
if (!myCache.loaderHasName(s, loader)) continue;
|
||||
final Resource resource = loader.getResource(s, flag);
|
||||
if (resource != null) {
|
||||
if (ourDumpOrder) {
|
||||
|
||||
@@ -111,6 +111,7 @@ class FileLoader extends Loader {
|
||||
String line = reader.readLine();
|
||||
if (line == null) break;
|
||||
cache.addResourceEntry(line, this);
|
||||
cache.addNameEntry(line, this);
|
||||
}
|
||||
while (true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user