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