
|
If you were logged in you would be able to see more operations.
|
|
|
| Review Type: |
Review by Product Owner
|
|
When using auto completion in an asdoc comment (@see) the fully qualified class name has to be printed instead of the simple class name. Simple class names are not linked correctly in the resulting html files.
|
|
Description
|
When using auto completion in an asdoc comment (@see) the fully qualified class name has to be printed instead of the simple class name. Simple class names are not linked correctly in the resulting html files. |
Show » |
|
1. Create a new Class
2. Insert the following ASDoc comment above the "public class .." defition.
3. Use Autocompletion [AC] at the following poing in the code
4. select on of the Autocompletion proposals (for example AbstractEvent)
FDT just inserts AbstractEvent
-> The full qalified class name must be inserted: mx.rpc.events.AbstractEvent