feenkcom / jdt2famix

Jdt2Famix takes Java sources and produces MSE files that can be imported into Glamorous Toolkit.
https://gtoolkit.com
Eclipse Public License 1.0
37 stars 22 forks source link

Final property for parameters is not set in model #15

Closed VincentBlondeau closed 8 years ago

VincentBlondeau commented 8 years ago

E.g., for this code:

public String handleException(final Exception ex) {
        return ex.getMessage();
    }

A method handleExceptionis created in the model with a parameter ex. Butex isFinal=> false