eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

Reverse engineering does not create return actionRelation in java2KDM #1019

Open eclipse-modisco-bot opened 3 days ago

eclipse-modisco-bot commented 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 |

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:

\ \ \ \ \