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

Speedup Capella Startup #2315

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

arnauddieumegard
Copy link
Contributor

No description provided.

@eclipse-capella-bot
Copy link

🚀 Build master-6.0-PR-2315-1 started!

@eclipse-capella-bot
Copy link

😞 Build master-6.0-PR-2315-1 failed!

@eclipse-capella-bot
Copy link

🚀 Build master-6.0-PR-2315-2 started!

@eclipse-capella-bot
Copy link

🚀 Build master-6.0-PR-2315-3 started!

@eclipse-capella-bot
Copy link

😞 Build master-6.0-PR-2315-2 failed!

@eclipse-capella-bot
Copy link

😟 Build master-6.0-PR-2315-3 is unstable! The product is available here.

@eclipse-capella-bot
Copy link

🚀 Build master-6.0-PR-2315-4 started!

@eclipse-capella-bot
Copy link

😐 Build master-6.0-PR-2315-4 has been aborted!

@eclipse-capella-bot
Copy link

🚀 Build master-6.0-PR-2315-5 started!

Remove PLUGIN_ID (and variations) declarations from Bundle Activators.
If the modified Activator does nothing, including setting an
"instance" value into the start/stop methods and declaring a getInstance()
method returning this method, then remove the Activator and its
reference in the Manifest.

Rely on FrameworkUtils.getBundle and Platform.getLog to replace
PLUGIN_ID and Logging where elements have been removed from the
Activator.

AbstractUIPlugin.imageDescriptorFromPlugin is used to replace
Activators.getDefault() used to retrieve imageDescriptors.

Move Capella viewpoint URI declaration from deleted Plugin activator to
CapellaMetadataProvider of core af.integration plugin.
AbstractUIPlugin.imageDescriptorFromPlugin is used to replace
Activators.getDefault() used to retrieve imageDescriptors.

Removed activators from doc plugins.
Keep commandline doc empty interface used by commandline plugin
to retrieve documentation content and display it to user.

Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <arnaud.dieumegard@obeo.fr>
Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <arnaud.dieumegard@obeo.fr>
Remove PLUGIN_ID (and variations) declarations from Bundle Activators.
If the modified Activator does nothing, including setting an
"instance" value into the start/stop methods and declaring a
getInstance()
method returning this method, then remove the Activator and its
reference in the Manifest.

Rely on FrameworkUtils.getBundle and Platform.getLog to replace
PLUGIN_ID and Logging where elements have been removed from the
Activator.
Remove preference initialization from plugin activators using the
org.eclipse.core.runtime.preferences extension point
Remove PLUGIN_ID (and variations) declarations from Bundle Activators.
If the modified Activator does nothing, including setting an
"instance" value into the start/stop methods and declaring a
getInstance()
method returning this method, then remove the Activator and its
reference in the Manifest.

Rely on FrameworkUtils.getBundle and Platform.getLog to replace
PLUGIN_ID and Logging where elements have been removed from the
Activator.
Replace image(descriptor) retrieval with Platform API.
Remove Activator.

Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <arnaud.dieumegard@obeo.fr>
Wrong InstanceNNode property node was used in refactoring
Remove missed deleted Activator reference in MANIFEST.MF (capella.doc)
Remove declarations of PLUGIN_ID values in two activators.

Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <arnaud.dieumegard@obeo.fr>
@eclipse-capella-bot
Copy link

😟 Build master-PR-2315-13 is unstable! The product is available here.

@eclipse-capella-bot
Copy link

🚀 Build master-PR-2315-14 started!

@eclipse-capella-bot
Copy link

😟 Build master-PR-2315-14 is unstable! The product is available here.

@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 24 Code Smells

28.2% 28.2% Coverage
1.1% 1.1% Duplication

@eclipse-capella-bot
Copy link

🚀 Build master-PR-2315-15 started!

@eclipse-capella-bot
Copy link

😞 Build master-PR-2315-15 failed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants