[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.ve] Error Log filling up

Hi,
I've been using visual editor for a while now and it's been working fine. However , starting today I noticed that I am getting errors in the error log with vague descriptions that I'm not sure how to fix. My visual component is a simple window with a text area and a few buttons. The errors happen when I'm editing the code. Here are two of them and I'm hoping someone can help.


1. Exception Thrown Plugin - org.eclipse.ve. java.core

java.lang.NullPointerException
at  org.eclipse.ve.internal.java.codegen.util.CodeGenUtil.create Instance(CodeGenUtil.java:103)
at  org.eclipse.ve.internal.java.codegen.util.CodeGenUtil.create Instance(CodeGenUtil.java:116)
at  org.eclipse.ve.internal.java.codegen.model.BeanPart.createEO bject(BeanPart.java:809)


2. Exception Thrown plugin - org.eclipse.ve. java.core


java.lang.ArrayIndexOutOfBoundsException: -1
at  org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:5 14)
at  org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObjectF orURIFragmentRootSegment(ResourceImpl.java:642)
at  org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject( ResourceImpl.java:692)



Thanks in advance