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.

CCS: Quick Access "Computing Proposal" Error



Tool/software: Code Composer Studio

Hi,

When I type "out" to quick access box for open "outline toolbox", it gives an error.

  • Hello,

    That is an odd one. I am unable to reproduce the issue with my 10.1.1 installation on Windows 10-64 build 20H2. I suppose your localization (language) setting could have some impact but I doubt it since it only happens on certain words. Is "out" the only word where it happens or can you reproduce with other issues? Can you also provide the .log file in your workspace folder (under .metadata subfolder)?

    Thanks

    ki

  • Hi,

    I restart my workspace and it fixed.

    Log File.

    !ENTRY org.eclipse.core.jobs 4 2 2020-12-10 11:32:08.286
    !MESSAGE An internal error occurred during: "⏳ Computing proposals for 'out'".
    !STACK 0
    java.lang.ArrayIndexOutOfBoundsException: 3
    	at java.util.ArrayList.forEach(Unknown Source)
    	at org.eclipse.ui.internal.quickaccess.providers.PreferenceElement.getMatchLabel(PreferenceElement.java:84)
    	at org.eclipse.ui.internal.quickaccess.QuickAccessMatcher.match(QuickAccessMatcher.java:142)
    	at org.eclipse.ui.internal.quickaccess.QuickAccessContents.computeMatchingEntries(QuickAccessContents.java:484)
    	at org.eclipse.ui.internal.quickaccess.QuickAccessContents.lambda$0(QuickAccessContents.java:164)
    	at org.eclipse.core.runtime.jobs.Job$1.run(Job.java:164)
    	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

  • Soner Bayram1 said:
    I restart my workspace and it fixed.

    Glad to hear. Did you restart CCS or did you actually clean your workspace?

  • Just "File -> Restart"