Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDE/BugzillaTags"

< PDE
m (Bugzilla PDE Tags moved to PDE/BugzillaTags: It's time to group the PDE pages)
Line 1: Line 1:
'''Format'''
+
Tags are words and acronyms surrounded by [brackets] used in the title or summary of a bugzilla report.  The tags make it faster to search for related bugs or to create queries for bugs involving a specific component.  Multiple tags can be added to a bug report.  When searching for tags, do not use case sensitive search as different users have used different casing.
  
<Component><Context><Modifier> <Bug Summary>
+
== State Tags ==
  
 +
[patch] - Patch is available and waiting for review, bug should get the keyword 'contributed' once committed.
  
'''Examples'''
+
[plan] - Bug reports representing plan items, rather than a bug.  Do not use the keyword 'plan' it is reserved for the top level project plan
  
[Manifest][Editors] Support syntax highlighting
+
[api] - Fixing this bug will involve an API change.  Ensure the API change is allowed and consider adding the keyword 'noteworthy'
  
[Plugins][Views] Selection amnesia on lost focus
+
[doc] - This fix involves help documentation or javadoc.  For help documentation, this tag should be removed as the bug should belong to the PDE > Documentation component.  If the fix is planned for during release freeze plan, it should be marked with the keyword 'documentation'.
  
[Feature][Wizards][Import] Plug-in dependencies not imported
+
== Component Tags ==
  
 +
=== Subcomponents ===
  
'''Components'''
+
[ua] - User Assistance.  Changes involving the user assistance bundles org.eclipse.pde.ua.*  This includes the Cheatsheet editor, Context Help ID editor and Table of Contents editor.
  
[Manifest]  
+
[ds] - Declarative Services.  Changes involving the declarative services bundles org.eclipse.pde.ds.*  This includes the Component editor.
  
[Schema]
+
=== Editors / Models ===
  
[Product]
+
[manifest] - Manifest editor and the bundle model
 +
[plugin] - Plugin.xml editor and the extension model
 +
[feature] - Feature editor and the feature model
 +
[product] - Product editor
 +
[schema] - Schema editor
 +
[build] - Build.properties editor and the build model.  Also includes PDE UI bugs that interact with PDE Build
 +
[target] - Target editor, target model, wizard to edit targets and the target platform preference page
  
[Feature]
+
=== Other ===
  
[Target]
+
[launching] - Launch configurations, self hosting and starting OSGi sessions
 
+
[logview] - Log view, importing and exporting logs
[Cheatsheet]
+
[templates] - Templates for new projects, see org.eclipse.pde.ui.templates bundle
 
+
[spy] - Plug-in Spy support (Ctrl-Shift-F1)
[Site]
+
[import] - Wizards and jobs for importing plug-ins and other resources into the workspace
 
+
[export[ - Wizards and jobs for exporting plug-ins, features and products
[Dependencies]
+
 
+
[Plugins]
+
 
+
[PluginRegistry]
+
 
+
[ErrorLog]
+
 
+
[Toc]
+
 
+
 
+
'''Contexts'''
+
 
+
[Perspectives]
+
 
+
[Editors]
+
 
+
[Views]
+
 
+
[Preferences]
+
 
+
[Tests]
+
 
+
[Launchers]
+
 
+
[Wizards]
+
 
+
[Builders]
+
 
+
[Utilities]
+
 
+
[Models]
+
 
+
[API]
+
 
+
[Actions]
+
 
+
[Templates]
+
 
+
[Doc]
+
 
+
 
+
'''Modifiers for [Tests]'''
+
 
+
[Perf] - Performance
+
 
+
[Conf] - Conformance
+
 
+
 
+
'''Modifiers for [Wizards]'''
+
 
+
[Import]
+
 
+
[Export]
+
 
+
[New]
+
 
+
 
+
'''Modifiers for [Cheatsheet]'''
+
 
+
[Simple] - Simple cheatsheets
+
 
+
[Comp] - Composite cheatsheets
+
 
+
 
+
'''Modifiers for [Templates]'''
+
 
+
[RCP]
+
 
+
[OSGI]
+
 
+
[IDE]
+
 
+
 
+
'''Modifiers for [Preferences]'''
+
 
+
[Compilers]
+
 
+
[Editors]
+
 
+
[OSGi]
+
 
+
[Target]
+

Revision as of 14:33, 7 June 2011

Tags are words and acronyms surrounded by [brackets] used in the title or summary of a bugzilla report. The tags make it faster to search for related bugs or to create queries for bugs involving a specific component. Multiple tags can be added to a bug report. When searching for tags, do not use case sensitive search as different users have used different casing.

State Tags

[patch] - Patch is available and waiting for review, bug should get the keyword 'contributed' once committed.

[plan] - Bug reports representing plan items, rather than a bug. Do not use the keyword 'plan' it is reserved for the top level project plan

[api] - Fixing this bug will involve an API change. Ensure the API change is allowed and consider adding the keyword 'noteworthy'

[doc] - This fix involves help documentation or javadoc. For help documentation, this tag should be removed as the bug should belong to the PDE > Documentation component. If the fix is planned for during release freeze plan, it should be marked with the keyword 'documentation'.

Component Tags

Subcomponents

[ua] - User Assistance. Changes involving the user assistance bundles org.eclipse.pde.ua.* This includes the Cheatsheet editor, Context Help ID editor and Table of Contents editor.

[ds] - Declarative Services. Changes involving the declarative services bundles org.eclipse.pde.ds.* This includes the Component editor.

Editors / Models

[manifest] - Manifest editor and the bundle model [plugin] - Plugin.xml editor and the extension model [feature] - Feature editor and the feature model [product] - Product editor [schema] - Schema editor [build] - Build.properties editor and the build model. Also includes PDE UI bugs that interact with PDE Build [target] - Target editor, target model, wizard to edit targets and the target platform preference page

Other

[launching] - Launch configurations, self hosting and starting OSGi sessions [logview] - Log view, importing and exporting logs [templates] - Templates for new projects, see org.eclipse.pde.ui.templates bundle [spy] - Plug-in Spy support (Ctrl-Shift-F1) [import] - Wizards and jobs for importing plug-ins and other resources into the workspace [export[ - Wizards and jobs for exporting plug-ins, features and products

Back to the top