This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Dear Experts,
when I open a file editor from a remote search or make an editor active which contains a file found by remote search I get the following error in the error log file:
!ENTRY org.eclipse.ui.workbench 4 2 2018-06-26 17:08:56.517
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NullPointerException
at com.ti.ccstudio.project.ui.views.internal.memalloc.MemoryAllocationView.doUpdateActions(MemoryAllocationView.java:999)
at com.ti.ccstudio.project.ui.views.internal.BaseProjectView.updateView(BaseProjectView.java:171)
at com.ti.ccstudio.project.ui.views.internal.BaseProjectView$1.selectionChanged(BaseProjectView.java:62)
at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:239)
at org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(SelectionService.java:172)
at org.eclipse.ui.internal.WorkbenchWindow$WWinPartService.partActivated(WorkbenchWindow.java:3011)
...
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
This only occures when a memory allocation view is open.
I assume this to be a bug. Could anybody solve it? Thank you in advance!
I'm using CCS 8.1 under Windows 7 64bit.