Searched refs:javaClassName (Results 1 – 2 of 2) sorted by relevance
242 String javaClassName = className.replaceAll("\\$", "\\."); //$NON-NLS-1$ //$NON-NLS-2$ in testClassForManifest() local245 IType type = javaProject.findType(javaClassName); in testClassForManifest()
180 String javaClassName = fqcn.replaceAll("\\$", "\\."); //$NON-NLS-1$ //$NON-NLS-2$ in getDescriptor() local183 IType type = javaProject.findType(javaClassName); in getDescriptor()