neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

UML attribute not created on attributes which call methods #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
1. import the attached example into pynsource
2. look for the uml result of scanning self.datamodelProxy.setData(2)

Expected output:

class should have a uml attribute called "datamodelProxy"

Instead:

Nothing is created.

Original issue reported on code.google.com by abu...@gmail.com on 15 Jul 2012 at 12:26

Attachments:

GoogleCodeExporter commented 8 years ago
UML attribute not being created for DataSubmittedCommand.datamodelProxy, due to 
the fact that a call to setData() is made off that attribute.

Parser should be improved so that an attribute pointing to an object Z and 
calling methods on that object is recognised as an attribute pointing to class 
Z.

Original comment by abu...@gmail.com on 15 Jul 2012 at 12:29

GoogleCodeExporter commented 8 years ago

Original comment by abu...@gmail.com on 15 Jul 2012 at 2:16

GoogleCodeExporter commented 8 years ago

Original comment by abu...@gmail.com on 15 Jul 2012 at 2:19