Skip to content

Commit 4c5fd07

Browse files
committed
Undo single change to see if it fixes regressions
Signed-off-by: Rob Stryker <[email protected]>
1 parent c93b837 commit 4c5fd07

File tree

1 file changed

+2
-2
lines changed
  • org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/javac

1 file changed

+2
-2
lines changed

org.eclipse.jdt.core.javac/src/org/eclipse/jdt/internal/javac/JavacUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ public static <T> boolean isEmpty(List<T> list) {
395395
private static Collection<File> classpathEntriesToFiles(JavaProject project, boolean source, Predicate<IClasspathEntry> select) {
396396
try {
397397
LinkedHashSet<File> res = new LinkedHashSet<>();
398-
if( !project.exists())
399-
return res;
398+
// if( !project.exists())
399+
// return res;
400400

401401
ArrayList<IClasspathEntry> seen = new ArrayList<>();
402402
if (project.getModuleDescription() == null) {

0 commit comments

Comments
 (0)