[go: up one dir, main page]

Menu

#13 change getPropertyKey to return collection

1.0
closed
nobody
None
2016-07-29
2013-08-29
No

It would be easier if this just returned a collection. While we're at it, it might be easier to just return a collection of properties, not just the keys

Discussion

  • Kenneth MacCallum

    • Milestone: 0.025 --> 1.0
     
  • Bryan Matthews

    Bryan Matthews - 2013-11-13
     
  • Bryan Matthews

    Bryan Matthews - 2013-11-13

    I have modified the getPropertyKeys() method to return a List<>.

    I have implemented a getProperties() method to return a List of properties but everywhere we use the getPropertyKeys() method we actually do need the key as well. Almost always to get the property type.

    getProperties() will not be useful unless a property also a propertyKey associated with it.

     
  • Kenneth MacCallum

    • status: open --> closed
     
  • Kenneth MacCallum

    I'm going to call this closed

     

Log in to post a comment.