Skip to content

Commit f8355e2

Browse files
committed
Bug: warning "The value of the local variable status is not used" in J2SAddProjectAction.java
1 parent 88be00f commit f8355e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/property/J2SAddProjectAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public void widgetSelected(SelectionEvent e) {
120120
List projects = getPossibleAdditions();
121121
ProjectSelectionDialog dialog= new ProjectSelectionDialog(page.getShell(),projects);
122122
dialog.setTitle(ActionMessages.AddProjectAction_Project_Selection_2);
123-
MultiStatus status = new MultiStatus(JDIDebugUIPlugin.getUniqueIdentifier(), IJavaDebugUIConstants.INTERNAL_ERROR, "One or more exceptions occurred while adding projects.", null); //$NON-NLS-1$
124123

125124
if (dialog.open() == Window.OK) {
126125
Object[] expandedElements = page.viewer.getExpandedElements();

0 commit comments

Comments
 (0)