Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [viatra-dev] Wrong parameter reference in BatchTransformation.addRules()

Hi again,

Got that part of the code refactored into an abstract super class: AbstractTransformation and handled the issue. Please check whether I understood the purpose of that part or not.

Cheers,
Istvan


2013/9/21 Dávid István <davidi@xxxxxxxxxxxxxx>
Hi,

This one's for Zoli in the first place.

http://git.eclipse.org/c/viatra2/org.eclipse.viatra2.emf.git/tree/plugins/org.eclipse.viatra2.emf.runtime/src/org/eclipse/viatra2/emf/runtime/transformation/BatchTransformation.java @79

The variable shadowing ("rules") in the above mentioned method makes the assignment in line 80 quite meaningless for me. Could you please help me out with this?

Regards,
Istvan


Back to the top