scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

Too many possibilities for autocompletion with proactive-client

Open lpellegr opened this issue 9 years ago • 2 comments

Automatic completion from proactive-client when no text has been typed proposes to display 71125 possibilities.

Steps to reproduce the bug are the following:

  1. Run proactive-client
  2. Press tab

The output is the following:

$ ./bin/proactive-client 
Type help() for interactive help 

> Display all 71125 possibilities? (y or n)

lpellegr avatar Jul 10 '15 15:07 lpellegr

Might be related to path completions.

> schedul
schedulerhelp()    schedulerstats()   scheduling.iml     scheduler

youribonnaffe avatar Jul 13 '15 07:07 youribonnaffe

@youribonnaffe Or classes on the classpath, perhaps

mebubo avatar Jul 25 '15 09:07 mebubo