If an 'initialize' method is private or protected for some reason, it will not be wrapped and a default constructor is used instead (which should not happen).
How to fix this:
Add explicit check for initialize methods
This bug will get fixed in version 0.6.1 in the next days.
If an 'initialize' method is private or protected for some reason, it will not be wrapped and a default constructor is used instead (which should not happen).
How to fix this:
This bug will get fixed in version 0.6.1 in the next days.