issues
search
keskiju
/
autocomplete-java
Java autocompletion for Atom editor
https://atom.io/packages/autocomplete-java
MIT License
40
stars
9
forks
source link
Minor Optimization
#60
Open
AkshayIyer12
opened
6 years ago
AkshayIyer12
commented
6 years ago
ClassList could be read from classList present inside jdk/lib directory instead of getting the classList from rt.jar.
There is no need to replace '/' with '.' as javap can also read java/util/HashMap as well as java.util.HashMap.