Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more warnings in pde.ui and pde.ds.ui #1398

Merged
merged 2 commits into from
Sep 8, 2024

Conversation

HannesWell
Copy link
Member

And apply minor clean-ups in ExtensionsSection.

The branch in DSFileWizardPage.getProject(Object) that checks if the passed object is a ClassPathContainer seems to be possible anymore.
In general creating OSGI Service Components through the UI is a quite uncommon nowdays since one can simply use the Decalarative service component annotations.

Copy link

github-actions bot commented Sep 8, 2024

Test Results

   285 files     285 suites   53m 24s ⏱️
 3 581 tests  3 505 ✅  76 💤 0 ❌
10 935 runs  10 704 ✅ 231 💤 0 ❌

Results for commit b1c6fcb.

♻️ This comment has been updated with latest results.

@HannesWell HannesWell force-pushed the fix-more-warnings branch 3 times, most recently from 14075cc to ccc4990 Compare September 8, 2024 11:54
vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs);
if (vmArgs.length() > 0)
configuration.setAttribute(IJavaLaunchConfigurationConstants.ATTR_VM_ARGUMENTS, vmArgs);
@SuppressWarnings("restriction")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entire src_samples source folder somehow seems to be related to something like sample.properties files.
Does anybody know anything about that?

It also seems to be associated to a org.eclipse.sdk.samples provided via the site
http://www.eclipse.org/pde/samples/site.xml

But I have never heard of this and assume it's outdated if it is usable at all?

@merks, @iloveeclipse or @akurtakov do you know anything about that or can this entire source folder be removed?

And apply minor clean-ups in ExtensionsSection.

The branch in DSFileWizardPage.getProject(Object) that checks if the
passed object is a ClassPathContainer seems to be possible anymore.

Suppress warnings that cannot be resolved.
@HannesWell HannesWell merged commit 339bd95 into eclipse-pde:master Sep 8, 2024
17 checks passed
@HannesWell HannesWell deleted the fix-more-warnings branch September 8, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant