Community
Participate
Working Groups
build 20020423 1) create a new workspace 2) checkout org.eclipse.jdt.core as project 3) open CompletionParser.java 4) add a field x in this class and save 5) synchronize this file with repository the synchonize view show the workspace file and the repository file with the same content (with the new field x). if i replace CompletionParser.java with latest from repository the x field is not present. i cannot reproduce this problem with another class or with a previous build.
I can reproduce it with org.eclipse.jdt.internal.compiler.parser.Parser and org.eclipse.jdt.internal.codeassist.CompletionEngine.
i see this problem too - and quite often lately
Are you synchronizing directly on the file or one of its parents?
I have identified the problem. It involves our caching mechanism for files above 32K in size and syncing directly on a file. Committing the files will still work.
*** Bug 14591 has been marked as a duplicate of this bug. ***
Fixed