anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Wrong accessor code is generated from deployment spec with Instance-types #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From this deployment specification entry

    for providers {
        ClientInstanceReferences : Instance[] (optional);
    }

the following (wrong) code is generated:

    public List<> getClientInstanceReferences (FDProvider obj) {
        return target.getnullArray(obj, "ClientInstanceReferences");
    }

Original issue reported on code.google.com by klaus.birken@gmail.com on 8 May 2015 at 5:30

GoogleCodeExporter commented 9 years ago
Implemented on develop with commit 86f363d.

Original comment by klaus.birken@gmail.com on 8 May 2015 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 8 May 2015 at 6:36