We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d5764 commit 0cff432Copy full SHA for 0cff432
src/refactor_nrepl/ns/slam/hound/search.clj
@@ -108,9 +108,9 @@
108
(StringTokenizer. path-str File/pathSeparator)))
109
110
(defn all-classpath-entries []
111
- (into (map #(System/getProperty %) ["sun.boot.class.path"
112
- "java.ext.dirs"
113
- "java.class.path"])
+ (into (keep #(System/getProperty %) ["sun.boot.class.path"
+ "java.ext.dirs"
+ "java.class.path"])
114
(map #(.getName %) (orchard.classpath/classpath-jarfiles))))
115
116
(defn- get-available-classes []
0 commit comments