You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/com.salesforce.bazel.eclipse.core/src/com/salesforce/bazel/eclipse/core/classpath/BazelClasspathContainerRuntimeResolver.java
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,24 @@ public void add(IRuntimeClasspathEntry runtimeClasspathEntry) {
63
63
}
64
64
65
65
/**
66
+
* Begins the resolution of a project if the project was never processed before.
67
+
* <p>
68
+
* When this method returns <code>true</code>, a matching call to {@link #endResolvingProject(IProject)} must be
69
+
* made.
70
+
* </p>
71
+
*
66
72
* @param project
67
73
* the project being resolved
68
-
* @return <code>true</code> if the project was never processed before, <code>false</code> otherwise
74
+
* @return <code>true</code> if the project was never processed before and resolution is tracked,
0 commit comments