autocomplete-java icon indicating copy to clipboard operation
autocomplete-java copied to clipboard

Minor Optimization

Open AkshayIyer12 opened this issue 6 years ago • 0 comments

  1. ClassList could be read from classList present inside jdk/lib directory instead of getting the classList from rt.jar.
  2. There is no need to replace '/' with '.' as javap can also read java/util/HashMap as well as java.util.HashMap.

AkshayIyer12 avatar Jul 16 '18 09:07 AkshayIyer12