Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MDT/OCL/Dev/Areas"

< MDT‎ | OCL
(New page: == Development Areas == The project is partitioned into a number of development areas for which different committers take responsibility. Bugzillas are tagged with one or more development...)
 
m (Development Areas)
Line 4: Line 4:
  
 
{| border="1"
 
{| border="1"
! Name !! Description !! Primary !! Secondary || Bugs
+
! Name !! Description !! Primary !! Secondary || Bugs In Progress || Bugs Pending
 
|-
 
|-
| analyzer || CST to AST conversion || EDW || ||  
+
| analyzer || CST to AST conversion || EDW || || ||  
 
|-
 
|-
| ast || AST models || EDW || ||  
+
| ast || AST models || EDW || || ||
 
|-
 
|-
| console || Interactive execution || || ||  
+
| console || Interactive execution || || || ||  
 
|-
 
|-
| documentation || Wiki etc || -- || -- ||  
+
| documentation || Wiki etc || -- || -- || ||  
 
|-
 
|-
| editor || CST/AST Editor || EDW || ||  
+
| editor || CST/AST Editor || EDW || || ||  
 
|-
 
|-
| environment || Shared Core || ASBH || EDW ||  
+
| environment || Shared Core || ASBH || EDW || ||  
 
|-
 
|-
| evaluator || AST execution || || ||  
+
| evaluator || AST execution || || || ||  
 
|-
 
|-
| future || One day || -- || -- ||  
+
| future || One day || -- || -- || ||  
 
|-
 
|-
| internationalization || Non-English issues || || ||  
+
| internationalization || Non-English issues || || || ||  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=189746 189746] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234759 234759]
 
|-
 
|-
| language || OMG Issues || EDW || AI ||  
+
| language || OMG Issues || EDW || AI || ||  
 
|-
 
|-
| library || stdlib models and operations || || ||  
+
| library || stdlib models and operations || || || ||  
 
|-
 
|-
| parser || CST creation || EDW || ASBH || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=191819 191819]
+
| parser || CST creation || EDW || ASBH || [https://bugs.eclipse.org/bugs/show_bug.cgi?id=191819 191819] ||
 
|-
 
|-
| project || Administration || || ||  
+
| project || Administration || || || ||  
 
|-
 
|-
| registry || Model locator + UI || EDW || ||  
+
| registry || Model locator + UI || EDW || || ||  
 
|-
 
|-
| releng || Release builds || AI || ||  
+
| releng || Release builds || AI || || ||  
 
|-
 
|-
| synthesis || Code generation || || ||  
+
| synthesis || Code generation || || || ||  
 
|-
 
|-
| tests || JUnit || LG || EDW ||  
+
| tests || JUnit || LG || EDW || ||  
 
|-
 
|-
| ui || misc ui capabilities || || ||  
+
| ui || misc ui capabilities || || || ||  
 
|-
 
|-
 
| validator || AST validation || EDW || ||  
 
| validator || AST validation || EDW || ||  
 
|}
 
|}

Revision as of 03:03, 16 October 2009

Development Areas

The project is partitioned into a number of development areas for which different committers take responsibility. Bugzillas are tagged with one or more development area names.

Name Description Primary Secondary Bugs In Progress Bugs Pending
analyzer CST to AST conversion EDW
ast AST models EDW
console Interactive execution
documentation Wiki etc -- --
editor CST/AST Editor EDW
environment Shared Core ASBH EDW
evaluator AST execution
future One day -- --
internationalization Non-English issues 189746 234759
language OMG Issues EDW AI
library stdlib models and operations
parser CST creation EDW ASBH 191819
project Administration
registry Model locator + UI EDW
releng Release builds AI
synthesis Code generation
tests JUnit LG EDW
ui misc ui capabilities
validator AST validation EDW

Back to the top