Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ADT Quick Assist Error

RPWW
Newcomer
0 Likes
674

Hello everyone,
I get following error when using the QuickAssist (ctrl + 1) for creating literals in the text pool. Everything else works fine (renaming, constructor creation) only the literals creation/adding will give me the following error:

Cannot invoke "org.eclipse.jface.text.quickassist.IQuickAssistAssistant.getQuickAssistProcessor()" because the return value of "org.eclipse.jface.text.source.ISourceViewerExtension3.getQuickAssistAssistant()" is null

The text pool and literal are created, but the error can't be closed, which forces me to force close the entire eclipse.
Any ideas?

Eclipse Version: 2024-03 (4.31.0)
SAP GUI for Java Embedding Version : Thu Oct 17 10:18:04 CEST 2019 (1771811)
Testing on the SAP System D82

 

Hello everyone,
I get following error when using the QuickAssist (ctrl + 1) for creating literals in the text pool. Everything else works fine (renaming, constructor creation) only the literals creation/adding will give me the following error:

Cannot invoke "org.eclipse.jface.text.quickassist.IQuickAssistAssistant.getQuickAssistProcessor()" because the return value of "org.eclipse.jface.text.source.ISourceViewerExtension3.getQuickAssistAssistant()" is null

The text pool and literal are created, but the error can't be closed, which forces me to force close the entire eclipse.
Any ideas?

Eclipse Version: 2024-03 (4.31.0)
SAP GUI for Java Embedding Version : Thu Oct 17 10:18:04 CEST 2019 (1771811)
Testing on the SAP System D82

 

1 REPLY 1
Read only

Raifloresca
Explorer
0 Likes
627

Hi,

Try opening another view instead of the Quick Assist one when you receive that message.

Hope it helps.

Regards.