PT #160596363: Resource link string correction
This commit is contained in:
@@ -110,7 +110,7 @@ public class IClasspathUtil {
|
||||
public static Stream<File> getOutputFolders(IClasspath classpath) {
|
||||
try {
|
||||
return classpath.getClasspathEntries().stream()
|
||||
.filter(Classpath::isSource)
|
||||
.filter(Classpath::isProjectSource)
|
||||
.map(cpe -> new File(cpe.getOutputFolder()));
|
||||
} catch (Exception e) {
|
||||
log.error("", e);
|
||||
|
||||
Reference in New Issue
Block a user