| Summary: | NPE in AbstractStructureVisitor | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | John Arthorne <john.arthorne> | ||||||
| Component: | CVS | Assignee: | platform-cvs-inbox <platform-cvs-inbox> | ||||||
| Status: | RESOLVED INVALID | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | tomasz.zarna | ||||||
| Version: | 3.3 | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Some more details: - I have had this same workspace running since yesterday, but the problem only started happening today. - It seems to be complaining about org.eclipse.equinox.examples.registry_1.0.0.200703210940.jar. This is in project "equinox" in repo /cvsroot/org.eclipse at path /www/equinox. This project has no outgoing changes in my workspace Created attachment 84968 [details]
The CVS Entries file in my workspace
John, you have probably tried to "Override and Update" the jar file. Does it work? Frankly speaking, I have no idea where did the "-ö", which causes the problem, come from. There might be something wrong with the file in the repository, or maybe something went wrong while committing the file... I actually didn't have any change on this file, either incoming or outgoing. Unfortunately after a restart the problem is no longer reproducible. Feel free to close as INVALID since I can't reproduce it. Marking as INVALID as suggested in the previous comment. |
Created attachment 84965 [details] Log file Build id: I20071210-0930 I just got this exception while synchronizing with eclipse.org CVS: java.lang.NullPointerException at org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendEntryLineToServer(AbstractStructureVisitor.java:224) at org.eclipse.team.internal.ccvs.core.client.AbstractStructureVisitor.sendFile(AbstractStructureVisitor.java:215) at org.eclipse.team.internal.ccvs.core.client.FileStructureVisitor.visitFile(FileStructureVisitor.java:48) at org.eclipse.team.internal.ccvs.core.resources.RemoteFile.accept(RemoteFile.java:171) See attached log for more details.