Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] i need help working with ve

Dear Developers,

i am just working with the visual editor. 
Sometimes it works fine.
Sometimes the editor doesn`t display the same code that worked before.

The exception in the log-file comes attached.


>From time to time restarting eclipse or deleting the files in .metadata/plugins/ve put things right.

Another issue:
Sometimes elements are shown outside the panel.
After dragging them inside, the editor is fine again.
Although the souce code did`t change.
Why is that?

Is there any documentation out there, how to deal with buggy behaviour.

Thank you very much,
regards,

christian



!ENTRY org.eclipse.ve.java.core 2 0 2006-11-16 10:58:55.687
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
	at org.eclipse.ve.internal.java.codegen.model.BeanPart.getSimpleName(BeanPart.java:273)
	at org.eclipse.ve.internal.java.codegen.model.BeanPart.getImplicitName(BeanPart.java:282)
	at org.eclipse.ve.internal.java.codegen.model.BeanPart.getSimpleName(BeanPart.java:276)
	at org.eclipse.ve.internal.java.codegen.model.BeanDeclModel.getUnreferencedBeanParts(BeanDeclModel.java:791)
	at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.buildCompositionModel(JavaSourceTranslator.java:765)
	at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.reverseParse(JavaSourceTranslator.java:866)
	at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.decodeDocument(JavaSourceTranslator.java:939)
	at org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslator.loadModel(JavaSourceTranslator.java:597)
	at org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEditorPart$Setup.run(JavaVisualEditorPart.java:1978)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


Back to the top