Bug 383806

Summary: [ast] Weird information in AST of files which contains @usage
Product: [Tools] LDT Reporter: Kevin KIN-FOO <kkinfoo>
Component: LuaDevelopmentToolsAssignee: Kevin KIN-FOO <kkinfoo>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: contact
Version: unspecifiedKeywords: bugday
Target Milestone: 0.9 M1Flags: kkinfoo: review?
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
mylyn/context/zip
none
mylyn/context/zip none

Description Kevin KIN-FOO CLA 2012-06-28 09:58:43 EDT
When parsing lua files with documentation containing @usage tag, the resulting AST contains undesired information.
More precisely, the AST section about the @usage contains two useless additional fields:
 * id
 * facing
Furthermore, the value of theses fields varies from an AST generation to another.
Comment 1 Kevin KIN-FOO CLA 2012-06-28 09:59:40 EDT
Created attachment 218025 [details]
mylyn/context/zip
Comment 2 Kevin KIN-FOO CLA 2012-07-01 07:02:59 EDT
Created attachment 218127 [details]
mylyn/context/zip
Comment 3 Kevin KIN-FOO CLA 2012-07-01 07:03:29 EDT
Fixed in f21c2c3e3c05fe25df36b23c623288de9782eb91 .