File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Laurent Petit <laurent dot petit at gmail dot com>
18
18
=== REPL
19
19
- The REPL View is now visible in all Perspectives, not only the perspective where it was opened. Fix #686
20
20
21
+ === Issues
22
+ - The `java-resource-paths` file finding strategy was considering folders as correct results which was wrong. Fix #847
21
23
22
24
== Counterclockwise 0.34.0
23
25
Original file line number Diff line number Diff line change 489
489
(-> root-path (.append path))
490
490
(-> root-path (.append package-path) (.append path)))
491
491
search (workspace-resource path)]
492
- :when search]
492
+ :when ( and search ( = IResource/FILE ( .getType search))) ]
493
493
(.toOSString (.getLocation search)))))
494
494
495
495
(defn project-relative-path
You can’t perform that action at this time.
0 commit comments