You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!MESSAGE InvocationTargetException
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:396)
...
at org.eclipse.equinox.launcher.Main.main(Main.java:1454)
Caused by: java.lang.NullPointerException: Cannot invoke "org.eclipse.emf.ecore.EObject.eClass()" because "type" is null
at org.eclipse.fordiac.ide.export.forte_lua.ForteLuaExportFilter.export(ForteLuaExportFilter.java:68)
at org.eclipse.fordiac.ide.export.ui.wizard.FordiacExportWizard$Exporter.exportElement(FordiacExportWizard.java:195)
at org.eclipse.fordiac.ide.export.ui.wizard.FordiacExportWizard$Exporter.run(FordiacExportWizard.java:151)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:124)
Root exception:
java.lang.NullPointerException: Cannot invoke "org.eclipse.emf.ecore.EObject.eClass()" because "type" is null
at org.eclipse.fordiac.ide.export.forte_lua.ForteLuaExportFilter.export(ForteLuaExportFilter.java:68)
at org.eclipse.fordiac.ide.export.ui.wizard.FordiacExportWizard$Exporter.exportElement(FordiacExportWizard.java:195)
at org.eclipse.fordiac.ide.export.ui.wizard.FordiacExportWizard$Exporter.run(FordiacExportWizard.java:151)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:124)
Steps to reproduce:
Using code similar to this
4diac-ide/plugins/org.eclipse.fordiac.ide.export/src/org/eclipse/fordiac/ide/export/TemplateExportFilter.java
Lines 111 to 122 in ec93bcf
The text was updated successfully, but these errors were encountered: