Package: bash-completion Version: 1:2.8-2 Severity: wishlist User: debian-j...@lists.debian.org Usertags: default-java11
.java files used to be compiled into .class files with 'javac' and then executed with 'java', but starting with Java 11 the explicit compilation can be skipped and the file executed directly. For example: java Test.java It would be nice if the bash completion could handle this case. Currently the completion works only for the .class files.