-
Notifications
You must be signed in to change notification settings - Fork 196
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
Javadoc for o.e.ui.workbench cannot be generated #1103
Comments
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 10, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 12, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
Fix some java doc.
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 18, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
akurtakov
pushed a commit
that referenced
this issue
Oct 24, 2023
akurtakov
pushed a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
akurtakov
pushed a commit
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
to marcushoepfner/eclipse.platform.ui
that referenced
this issue
Oct 24, 2023
marcushoepfner
added a commit
that referenced
this issue
Oct 25, 2023
Thanks Marcus, really appreciating your work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer to PR #964.
The build fails due to unknown tags.
See the log: https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-964/5/consoleFull
E.g.
09:03:07.765 [ERROR] MavenReportException: Error while generating Javadoc:
Exit code: 1 - /home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java:28: error: unknown tag: issue
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/DynamicMenuContributionItem.java:35: warning: empty
tag
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/DynamicToolBarContributionItem.java:35: warning: empty
tag
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/StatusUtil.java:31: error: unknown tag: private
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:124: warning: empty
tag
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java:815: error: reference not found
* {@link SOrder#POSITION_AFTER}.
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java:821: error: reference not found
* {@link SOrder#POSITION_BEFORE}.
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java:827: error: reference not found
* {@link SOrder#POSITION_END}.
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java:833: error: reference not found
* {@link SOrder#POSITION_START}.
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorDescriptor.java:562: error: unknown tag: issue
* @issue this method is public as a temporary fix for bug 47600
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IPreferenceConstants.java:232: error: unexpected end tag:
*
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/TestPartListener.java:27: error: unknown tag: issue
* @issue seems like garbage - no one using it
^
/home/jenkins/agent/workspace/eclipse.platform.ui_PR-964/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java:164: error: unknown tag: issue
* @issue we should just drop this constant and use PlatformUI.PLUGIN_ID instead
^
10 errors
3 warnings
The text was updated successfully, but these errors were encountered: