`package` autocompletion should return only 1 package

After creating a new java file in a source directory, autocompletion after the package keyword should return the current package, inferred from the file location. Instead, a complete, useless list of packages is returned.
package-autocompletion