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

Warning Commands should really have a category: plug-in='org.eclipse.tools.layout.spy', #856

Closed
vogella opened this issue Nov 1, 2023 · 0 comments · Fixed by #868
Closed

Comments

@vogella
Copy link
Contributor

vogella commented Nov 1, 2023

If I use the new PDE spy feature (which also includes the layout spy) I see the following warnings:

WARNING: Using incubator modules: jdk.incubator.vector
!SESSION 2023-11-01 15:08:53.260 -----------------------------------------------
eclipse.buildId=unknown
java.version=21
java.vendor=Eclipse Adoptium
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.vogella.ide.first.customide
Command-line arguments: -product com.vogella.ide.first.customide -data /home/vogella/workspace/ide/../runtime-ide.product -dev file:/home/vogella/workspace/ide/.metadata/.plugins/org.eclipse.pde.core/ide.product/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog

!ENTRY org.eclipse.ui 2 0 2023-11-01 15:08:54.878
!MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.ui 2 0 2023-11-01 15:08:54.878
!MESSAGE Commands should really have a category: plug-in='org.eclipse.tools.layout.spy', id='org.eclipse.tools.layout.spy.commands.layoutSpyCommand', categoryId='org.eclipse.pde.runtime.spy.commands.category'

!ENTRY org.eclipse.ui 2 0 2023-11-01 15:08:55.079
!MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
!SUBENTRY 1 org.eclipse.ui 2 0 2023-11-01 15:08:55.079
!MESSAGE Commands should really have a category: plug-in='org.eclipse.tools.layout.spy', id='org.eclipse.tools.layout.spy.commands.layoutSpyCommand', categoryId='org.eclipse.pde.runtime.spy.commands.category'

vogella added a commit that referenced this issue Nov 3, 2023
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
vogella added a commit that referenced this issue Nov 3, 2023
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
vogella added a commit that referenced this issue Nov 7, 2023
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
vogella added a commit that referenced this issue Nov 30, 2023
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
HannesWell pushed a commit that referenced this issue Sep 25, 2024
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
HannesWell pushed a commit that referenced this issue Sep 25, 2024
core and ui define this org.eclipse.pde.runtime.spy.commands.category
category for their command. Copying over the solution for the layout
spy.

Fixes #856
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 a pull request may close this issue.

1 participant