-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
3
-
Low
-
NEW
-
NEW
Currently in sources generation the super invocation is managed by field index
// Some comments here ExplicitConstructorInvocationStmt superStatement = (ExplicitConstructorInvocationStmt) statement; NameExpr algorithmNameExpr = (NameExpr) superStatement.getArgument(2); algorithmNameExpr.setName(String.format("\"%s\"", treeModel.getAlgorithmName()));
This must be changed so that field to be set is looked for by name and - if not found, an exception must be thrown (as for the AssignExpr)