Ticket #78 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Class attributes should have the ability to reference a primitive type.

Reported by: ad..@enomaly.net Assigned to: wrobe..@pld-linux.org
Priority: major Milestone: Gaphor 0.13.0
Component: Gaphor Version:
Keywords: attribute, class, primitive type Cc: adam@enomaly.net

Description

There should be a way to specify a primitive type for any given attribute of a class.

Attachments

Change History

09/13/07 11:40:39 changed by wrobe..@pld-linux.org

  • owner changed from arj..@yirdis.nl to wrobe..@pld-linux.org.
  • priority changed from minor to major.
  • type changed from enhancement to defect.
  • milestone changed from __future__ to Gaphor 0.13.0.

you can by entering type after attribute name - separate them by colon, i.e.:

    a: int
    b: str

while testing i've noticed that:

  1. class' attribute property page misses some nice tooltip
  2. enter attribute with type, unselect class, select class again - attribute's type is no longer displayed in property page
  3. above applies also to operations
  4. operation property page should have tooltip, too

i treat above as defects, therefore changing ticket type, priority and milestone.

09/14/07 12:23:46 changed by wrobe..@pld-linux.org

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [2121] and [2122].


Add/Change #78 (Class attributes should have the ability to reference a primitive type.)




Action