Skip to content

Commit

Permalink
Merge pull request #182 from Bananeweizen/leaked_resource
Browse files Browse the repository at this point in the history
avoid SWT resource leak
  • Loading branch information
RoiSoleil authored Dec 7, 2023
2 parents 29c56c6 + 8f7a11c commit 91d6663
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.eclipse.ui.part.MessagePage;
import org.eclipse.ui.part.PageBook;
import org.eclipse.ui.part.PageBookView;
import org.moreunit.MoreUnitPlugin;
import org.moreunit.elements.EditorPartFacade;
import org.moreunit.util.PluginTools;

Expand All @@ -21,13 +20,6 @@ public class MissingTestmethodViewPart extends PageBookView

MethodPage activePage;

public MissingTestmethodViewPart()
{
super();

setTitleImage(MoreUnitPlugin.getImageDescriptor("icons/moreunitLogo.gif").createImage());
}

@Override
public void createPartControl(Composite parent)
{
Expand Down

0 comments on commit 91d6663

Please sign in to comment.