Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Changes in Diagram Editor

Petya,

EditorTest.testSelectionChanged()

It's an NPE.

java.lang.NullPointerException
at org.eclipse.jpt.jpadiagrameditor.ui.internal.JPADiagramEditor.getSelectedEntityFile(JPADiagramEditor.java:382) at org.eclipse.jpt.jpadiagrameditor.ui.internal.JPADiagramEditor.setFileModel(JPADiagramEditor.java:376) at org.eclipse.jpt.jpadiagrameditor.ui.internal.JPADiagramEditor.selectionChanged(JPADiagramEditor.java:319) at org.eclipse.jpt.jpadiagrameditor.ui.tests.internal.editor.EditorTest.testSelectionChanged(EditorTest.java:103)

Thanks,
- Paul

On 7/16/2012 1:50 AM, Sabeva, Petya wrote:
Hi Paul,

Which test is failing and what is the error?

Regards,
Petya

-----Original Message-----
From: dali-dev-bounces@xxxxxxxxxxx [mailto:dali-dev-bounces@xxxxxxxxxxx] On Behalf Of Paul Fullbright
Sent: Friday, July 13, 2012 7:33 PM
To: dali-dev@xxxxxxxxxxx
Subject: [dali-dev] Changes in Diagram Editor

I made some API changes that resulted in changes to diagram editor
code.  They're pretty basic API changes.

I ran tests and got one failure, that I'm unable to diagnose.  I'm not
sure if that test was failing prior to my changes.

Could the diagram editor people check that out?

Thanks,
- Paul
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev




Back to the top