Searched refs:rawClasspathLength (Results 1 – 1 of 1) sorted by relevance
1450 int rawClasspathLength = classpath[0].length; in readAndCacheClasspath() local1452 if (rawClasspathLength > 0) { in readAndCacheClasspath()1453 IClasspathEntry entry = classpath[0][rawClasspathLength - 1]; in readAndCacheClasspath()1456 IClasspathEntry[] copy = new IClasspathEntry[rawClasspathLength - 1]; in readAndCacheClasspath()