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/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/ResourceMgmtActionProvider.java
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,12 @@ public void fillContextMenu(IMenuManager menu) {
117
117
booleanisProjectSelection = true;
118
118
booleanhasOpenProjects = false;
119
119
booleanhasClosedProjects = false;
120
-
booleanhasBuilder = true; // false if any project is closed or does not
121
-
// have builder
120
+
booleanhasBuilder = true; // false if any project is closed or does not have builder
0 commit comments