2023 Apr 11 7:51 AM
When using the ABAP Element Info I get following error message:
An internal error occurred during: "Updating element info...". Cannot invoke "com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$ICodeElementDocumentation.getRel()" because "docu" is null<br>
It is coming up when I want to jump into "finaa"
Maybe someone has a solution for this.
java.lang.NullPointerException: Cannot invoke "com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$ICodeElementDocumentation.getRel()" because "docu" is null
at com.sap.adt.tools.abapsource.internal.sources.codeelementinformation.ICodeElement$CodeElement.getDocumentationString(ICodeElement.java:375)
at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.createSectionForExtendedWith(AbstractAdtElementInfoTemplate.java:778)
at com.sap.adt.ddic.ui.internal.elementinfo.render.DdicCodeElementInfoTemplate.handleAppends(DdicCodeElementInfoTemplate.java:74)
at com.sap.adt.ddic.ui.internal.elementinfo.render.DdicCodeElementInfoTemplate.createBody(DdicCodeElementInfoTemplate.java:57)
at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.internalRender(AbstractAdtElementInfoTemplate.java:116)
at com.sap.adt.tools.abapsource.ui.elementinfo.AbstractAdtElementInfoTemplate.renderFullHtml(AbstractAdtElementInfoTemplate.java:98)
at com.sap.adt.ddic.ui.internal.elementinfo.DdicElementInfoHtmlRenderer.render(DdicElementInfoHtmlRenderer.java:34)
at com.sap.adt.tools.abapsource.ui.sources.codeelementinformation.AbapSourceCodeElementInformationProvider.renderCodeElement(AbapSourceCodeElementInformationProvider.java:513)
at com.sap.adt.tools.abapsource.ui.sources.codeelementinformation.AbapSourceCodeElementInformationProvider.doGetHtmlWithNavigationInfo(AbapSourceCodeElementInformationProvider.java:368)
at com.sap.adt.tools.abapsource.ui.internal.abapdoc.AbapDocView2$ElementInfoJobForAbapSource.run(AbapDocView2.java:811)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
2023 Apr 13 3:04 PM
Hi Tom,
there has recently been a similar question that has been answered in Elipse 2023-03 doesn't show table structures on F2 key anymore. The issue will be fixed in the next ADT release version 3.34 which is planned for early May.
Kind regards,
Armin
2023 Apr 13 3:04 PM
Hi Tom,
there has recently been a similar question that has been answered in Elipse 2023-03 doesn't show table structures on F2 key anymore. The issue will be fixed in the next ADT release version 3.34 which is planned for early May.
Kind regards,
Armin
2023 Apr 14 9:29 AM