albert1017 / coffee-bytes

Automatically exported from code.google.com/p/coffee-bytes
0 stars 0 forks source link

Some Files Break Plug-in #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Quote:
"Trying to open a java file (see included file) using
java editor, it seems code folding plug-in generate a
NPE (see below) and at end, the file can't be open at all.

Changing code folding in java/editor to the one from
eclipse and allow to reopen the file.

pb seem to come from line 55 (invalid java code).
Fixing the error fix the NPE too.

log:

!ENTRY org.eclipse.core.runtime 4 2 nov. 18, 2004
15:16:10.250
!MESSAGE Problems occurred when invoking code from
plug-in: "org.eclipse.core.runtime".
!STACK 0
java.lang.NullPointerException
at
com.cb.eclipse.folding.java.calculation.ProjectionChangeReconciler.filterAndNorm
alizePositions(ProjectionChangeReconciler.java:252)
at
com.cb.eclipse.folding.java.calculation.ProjectionChangeReconciler.reconstructAn
notations(ProjectionChangeReconciler.java:160)
[...]"

Original issue reported on code.google.com by rjlori...@gmail.com on 20 Oct 2006 at 9:38

Attachments: