Bug 13

Summary: Readable names for function arguments
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 1   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
Workaround: ---
Attachments: Ability to change existing paramater name
Fill in parameter name if it is available from typedef declaration
Avoid conflict with 'addr' argument in wgl

Description Sven Gothel 2010-03-24 07:45:25 CET


---- Reported by abies 2003-06-21 15:00:32 ----

Current parser does not recognize names defined in typedef declarations of
functions, only ones which are contained in normal C declarations. Because of
that, many ext functions have meaningless argument names (arg0,arg1,...,argN).
These two patches correct it, so argument names will be generated from typedefs
in header, if available.



---- Additional Comments From abies 2003-06-21 15:01:08 ----

Created an attachment
Ability to change existing paramater name




---- Additional Comments From abies 2003-06-21 15:01:47 ----

Created an attachment
Fill in parameter name if it is available from typedef declaration




---- Additional Comments From abies 2003-06-21 15:46:12 ----

Created an attachment
Avoid conflict with 'addr' argument in wgl




---- Additional Comments From kbr 2003-07-14 23:35:29 ----

Thanks for the patches. They have been applied.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT  ---

This bug was previously known as _bug_ 13 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=13
Imported an attachment (id=3)
Imported an attachment (id=4)
Imported an attachment (id=5)

The original submitter of attachment 3 [details] is unknown.
   Reassigning to the person who moved it here: sgothel@jausoft.com.
The original submitter of attachment 4 [details] is unknown.
   Reassigning to the person who moved it here: sgothel@jausoft.com.
The original submitter of attachment 5 [details] is unknown.
   Reassigning to the person who moved it here: sgothel@jausoft.com.