Open eclipse-modisco-bot opened 3 days ago
| --- | --- | | Bugzilla Link | 509340 | | Status | NEW | | Importance | P3 major | | Reported | Dec 16, 2016 06:35 EDT | | Modified | Dec 16, 2016 06:35 EDT | | Version | 0.13.0 | | Reporter | Daniel San Martín |
When I do reverse engineering of a method that returns something, (for example getters) the KDM model generated does not represent it.
For instance the following method:
public int getPollingRate() {\ return pollingRate;\ }
Is represented by,
But It is not represented the returned storableunit. There is missing an action relation.
The correct model construction must be:
| --- | --- | | Bugzilla Link | 509340 | | Status | NEW | | Importance | P3 major | | Reported | Dec 16, 2016 06:35 EDT | | Modified | Dec 16, 2016 06:35 EDT | | Version | 0.13.0 | | Reporter | Daniel San Martín |
Description
When I do reverse engineering of a method that returns something, (for example getters) the KDM model generated does not represent it.
For instance the following method:
public int getPollingRate() {\ return pollingRate;\ }
Is represented by,
But It is not represented the returned storableunit. There is missing an action relation.
The correct model construction must be: