Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

NPE when opening/closing empty *.aadl file #218

Closed
lwrage opened this issue Aug 29, 2017 · 0 comments
Closed

NPE when opening/closing empty *.aadl file #218

lwrage opened this issue Aug 29, 2017 · 0 comments

Comments

@lwrage
Copy link
Contributor

lwrage commented Aug 29, 2017

To reproduce just create a new empty file with extension aadl.
DefaultNodelChangeNotifier executes a getContents().get(0) on an empty resource.

!ENTRY org.eclipse.ui.workbench 4 2 2017-08-29 16:29:51.081
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
org.eclipse.emf.common.util.BasicEList$BasicIndexOutOfBoundsException: index=0, size=0
	at org.eclipse.emf.common.util.BasicEList.get(BasicEList.java:346)
	at org.osate.ge.internal.services.impl.DefaultModelChangeNotifier$2.modelChanged(DefaultModelChangeNotifier.java:83)
	at org.osate.ge.internal.ui.xtext.OpenAadlResources$4.modelChanged(OpenAadlResources.java:229)
	at org.osate.ge.internal.ui.xtext.OpenAadlResources$2.exec(OpenAadlResources.java:148)
	at org.osate.ge.internal.ui.xtext.OpenAadlResources$2.exec(OpenAadlResources.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:520)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants