bugGNUstep - Bugs: bug #31501, JIGS does not support properties

Group
 
 

bug #31501: JIGS does not support properties

Submitter:  Eric B. <pooouf>
Submitted:  Sat 30 Oct 2010 02:07:33 PM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Item Group:  Bug Status:  Ready For Test
Privacy:  Public Assigned to:  pooouf
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 01 Nov 2010 11:40:07 PM UTC, comment #1: 

The fix in revision 31580 supports the following situations:

- properties with attribute readonly:
  the default setter is added in the list of methods names for the class

- properties with no attributes
  the default getter and setter are added in the list of methods names for the class

- properties with any of the remaining attributes
  the default getter and setter are added in the list of methods names for the class

Note : the attributes setter and getter are not (yet) supported

Eric B. <pooouf>
Group Member
Sat 30 Oct 2010 02:07:33 PM UTC, original submission:  

JIGS cannot expose Objective-C 2 's properties in Java.

Eric B. <pooouf>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #21883:  WCHeaderParser.m added by pooouf (37KiB - application/octet-stream - Same patch, but fixed intdentation)
file #21873:  WCHeaderParser.m.patch added by pooouf (9KiB - application/octet-stream - This patch modifies the parser so that Objective-C's properties are shown. 'readonly' properties are exposed as-is. 'assign' properties are exposed capitalized and prefixed by 'set'. This makes it possible to add then in your .jigs file.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Updated the item)
  • -email is unavailable- added by pooouf (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-16 FredKiefer CategoryNone Libraries
    2010-11-01 pooouf StatusIn Progress Ready For Test
    2010-10-31 pooouf Attached File- Added WCHeaderParser.m, #21883
    2010-10-30 pooouf Attached File- Added WCHeaderParser.m.patch, #21873

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code