albert1017 / coffee-bytes

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

NPE in Preferences #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Don't know how to reproduce, but stack should be investigated.

Quote: 
"I was opening the Preferences Window and Eclipse crashed
Here is the info taken from the log:

!ENTRY org.eclipse.jdt.core 4 4 feb 16, 2005 09:06:42.76
!MESSAGE Exception occurred in listener of Java element
change notification
!STACK 0
java.lang.NullPointerException
at
com.cb.eclipse.folding.java.calculation.ProjectionChangeReconciler.getCurrentAnn
otations(ProjectionChangeReconciler.java:232)
at
com.cb.eclipse.folding.java.calculation.ProjectionChangeReconciler.reconcile(Pro
jectionChangeReconciler.java:137)
at
com.cb.eclipse.folding.java.EnhancedJavaFoldingStructureProvider$ElementChangedL
istener.elementChanged(EnhancedJavaFoldingStructureProvider.java:156)
at
org.eclipse.jdt.internal.core.DeltaProcessor$2.run(DeltaProcessor.java:1427)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616
)
at [...]"

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