anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

"undefined" annotation tag must not have other tags before it in order to be picked up in model outline #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a structured comment with any tag other than undefined
2. Add an unstructured tag after the first tag

What is the expected output? What do you see instead?
The undefined annotation should show up in the model outline. Instead, it does 
not.

What version of the product are you using? On what operating system?
0.8.7.201304150859 Eclipse Juno Mac OS X 10.7 Lion

Please provide any additional information below.
The undefined tag will show up when it is the first tag in a structured comment

Original issue reported on code.google.com by mszcz...@gmail.com on 17 May 2013 at 5:40

GoogleCodeExporter commented 9 years ago
Thanks for reporting, we will analyse this.

Original comment by klaus.birken@gmail.com on 17 May 2013 at 8:28

GoogleCodeExporter commented 9 years ago
The problem is that the undefined annotation is parsed as the text of the 
previous annotation. This cannot really be avoided, only if the undefined tag 
also has some special distinguishing character at the beginning. 

Original comment by szabt...@gmail.com on 21 May 2013 at 11:00

GoogleCodeExporter commented 9 years ago
This issue can be resolved either by:
- adding the usual @-tag at the beginning of the keyword "undefined"
- removing the undefined-tag completely.

The undefined-tag has been introduced only for being able to transform 
meta-data from other IDLs without using one of the existing tags. This is a bad 
idea anyway => we will remove the undefined-tag in the comments in the next 
release (v.0.8.8).

Original comment by klaus.birken@gmail.com on 10 Jun 2013 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 10 Jun 2013 at 2:39

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 11 Jul 2013 at 11:25