Community
Participate
Working Groups
Build Identifier: I20100608-0911 The JNI interface of the readlink() method in the org.eclipse.core.internal.filesystem.local.Converter.readlink is broken: the return type of the method is declared long, but the JNI method returns a jint. Proposed fix (fixed and tested on Solaris10): change the JNI signature to jlong. Reproducible: Always Steps to Reproduce: 1. create a new workspace 2. create some project in it 3. link at the file system level (not within eclipse!) some content in your workspace directory 4. refresh the project
Pawel, please take care of it.
Created attachment 172871 [details] Patch_v01 The JNI signature is the proper one. I've changed the Java native method's signature to int.
Patch_v01 in HEAD. Marking as FIXED.
*** Bug 319388 has been marked as a duplicate of this bug. ***