| Summary: | Indexing fails with ClassFormatException | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Gorkem Ercan <gorkem.ercan> |
| Component: | Core | Assignee: | Stefan Xenos <sxenos> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | fbricon, jarthana, manoj.palat, sxenos |
| Version: | 4.7 | ||
| Target Milestone: | 4.7 M7 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Gorkem Ercan
I think the issue something else. The said file is probably a class file but something is wrong with it. Unfortunately the ICU I downloaded doesn't have that file. Can you please attach the particular JAR you have? At least the one I got from Maven has the class file in question. https://mvnrepository.com/artifact/com.ibm.icu/icu4j/2.6.1 (In reply to Gorkem Ercan from comment #2) > At least the one I got from Maven has the class file in question. > https://mvnrepository.com/artifact/com.ibm.icu/icu4j/2.6.1 Hmm.. I tried that too. But I find no file named LocaleElements_zh__PINYIN. However, I do find one by name /com/ibm/icu/impl/data/CollationElements_zh__PINYIN.col. Stefan/Manoj, any thoughts on what might be going on? This is similar to https://bugs.eclipse.org/bugs/show_bug.cgi?id=197733 It could just be a corrupt .jar file, but we should ensure that the indexer is recording the corruption and continuing with indexing correctly. We should also investigate why the indexer was attempting to open that file to begin with. It seems weird that the class file contained a ".col" suffix. Are periods even allowed in binary class names? Fred is right, this is same as bug 197733. *** This bug has been marked as a duplicate of bug 197733 *** |