Bug 13 - Readable names for function arguments
Summary: Readable names for function arguments
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2003-06-21 03:00 CEST by Sven Gothel
Modified: 2015-09-27 03:09 CEST (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments
Ability to change existing paramater name (361 bytes, text/plain)
2003-06-21 15:01 CEST, Sven Gothel
Details
Fill in parameter name if it is available from typedef declaration (771 bytes, text/plain)
2003-06-21 15:01 CEST, Sven Gothel
Details
Avoid conflict with 'addr' argument in wgl (940 bytes, text/plain)
2003-06-21 15:46 CEST, Sven Gothel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.