Closed GoogleCodeExporter closed 8 years ago
Hey,
You seem to be hitting a Subclipse problem. Subclipse always relies on
projects/files
located on a local filesystem, even for non-shared projects (e.g. it happens at
org.tigris.subversion.subclipse.ui.SVNPristineCopyQuickDiffProvider.isEnabled(SV
NPris
tineCopyQuickDiffProvider.java:174)) and fails in various ways if the resource
is
located on a non-local EFS (i.e. identified only by a URL.)
If you look into your Eclipse Error Log, you will see an NPE thrown at
org.tigris.subversion.subclipse.core.status.RecursiveStatusUpdateStrategy:62
preceding the one you quoted in your report. The stacktrace contains
org.eclipse.ui.internal.texteditor.LineNumberColumn.initialize(LineNumberColumn.
java:
248). Above all, this exception prevents the LineNumberRulerColumn fCanvas
field
initialization which, in turn, results in the exception quoted.
Original comment by apav...@chromium.org
on 19 Aug 2009 at 11:47
Original issue reported on code.google.com by
spdenne
on 18 Aug 2009 at 3:50