Bug 219239 - ClassFormatException in ClassFileReader
Summary: ClassFormatException in ClassFileReader
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL: https://208.109.162.229/svn/repos/gri...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-16 15:37 EST by Albert Strasheim CLA
Modified: 2008-03-25 12:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Strasheim CLA 2008-02-16 15:37:36 EST
Build ID: M20070921-1145

Steps To Reproduce:
1. Download https://208.109.162.229/svn/repos/gridgain.c64/branches/gg-build-2.0.0/libs/jxinsight/jxinsight-core.jar
2. Create Java project
3. Add jxinsight-core.jar to project


More information:
Log in to the SVN repository using guest (no password) if prompted.

Exception:

org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException
	at org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:342)
	at org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:121)
	at org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer.indexDocument(BinaryIndexer.java:622)
	at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.indexDocument(JavaSearchParticipant.java:74)
	at org.eclipse.jdt.internal.core.search.indexing.IndexManager.indexDocument(IndexManager.java:314)
	at org.eclipse.jdt.internal.core.search.indexing.AddJarFileToIndex.execute(AddJarFileToIndex.java:197)
	at org.eclipse.jdt.internal.core.search.processing.JobManager.run(JobManager.java:392)
	at java.lang.Thread.run(Unknown Source)

Might be a duplicate of bug #195823, but maybe not.
Comment 1 Olivier Thomann CLA 2008-02-16 18:49:47 EST
I'll investigate.
Comment 2 Olivier Thomann CLA 2008-02-18 23:54:11 EST
I believe this jar file is corrupted as some entries like com/jinspired/jdbinsight/common/grammars/AbstractParser.class doesn't even start with the magic number 0xCAFEBABE.
Closing as invalid.

You should try again to download the jar file or tell me where to get it directly.
Comment 3 Frederic Fusier CLA 2008-03-25 12:15:22 EDT
Assume it was verified for 3.4M6 by reporter...