Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Handle sealed classes in check for non-cyclic types#134

Closed
phaller wants to merge 10000 commits intoscala:0.9.xfrom
phaller:issue/128
Closed

Handle sealed classes in check for non-cyclic types#134
phaller wants to merge 10000 commits intoscala:0.9.xfrom
phaller:issue/128

Conversation

@phaller
Copy link
Contributor

@phaller phaller commented May 20, 2014

When deciding to delay the initialization of fields due to
possible cycles, sealed classes were not handled. This could
cause issues, such as #128, where the initialization of
a constructor parameter was delayed and thus the parameter
was null during the execution of the constructor.

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants