Skip to content

Constructor of innerclass is not executed #268

@axelsegers

Description

@axelsegers

I just noticed that constructors of inner-classes are not executed.
My parent class has the following code

private List list;

....and the inner class

public class ABC{
public ABC(){
//some code here which is not executed
}
}

Using random-beans the list property is populated as well as the properties of the innerclass ABC. However the constructor of ABC is never executed which blocks me because some important initialisation is there....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions