Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/org.eclipse.swt.tools.spies/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt.tools.spies;singleton:=true
Bundle-Version: 3.109.700.qualifier
Bundle-ManifestVersion: 2
Export-Package: org.eclipse.swt.tools.internal,
Export-Package: org.eclipse.swt.internal.tools.views;x-internal:=true,
org.eclipse.swt.tools.views
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2007, 2020 IBM Corporation and others.
* Copyright (c) 2007, 2025 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -11,7 +11,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.tools.internal;
package org.eclipse.swt.internal.tools.views;

import java.io.*;
import java.util.*;
Expand All @@ -32,7 +32,7 @@
* Modify the main method below to launch your application.
* Run Sleak.
*/
@SuppressWarnings("restriction")

Check warning on line 35 in ui/org.eclipse.swt.tools.spies/src/org/eclipse/swt/internal/tools/views/Sleak.java

View check run for this annotation

Jenkins - eclipse-pde / Compiler

Unnecessary Code

NORMAL: Unnecessary @SuppressWarnings("restriction")
public class Sleak {
List list;
Canvas canvas;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2004, 2019 IBM Corporation and others.
* Copyright (c) 2004, 2025 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -15,7 +15,7 @@
package org.eclipse.swt.tools.views;

import org.eclipse.e4.ui.di.*;
import org.eclipse.swt.tools.internal.*;
import org.eclipse.swt.internal.tools.views.*;
import org.eclipse.swt.widgets.*;

import jakarta.annotation.*;
Expand Down
Loading