NoInsideMethodCallInConstructor
DRAFT
Observed

NoInsideMethodCallInConstructor
Incorrect

It is foirbidden to call other methods on the same object while inside its constructor

Correct

It is allow to call other methods on the same object while inside its constructor