You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a mapper SelmaMapper that declares a custom mapper CustomSelmaMapper.
Given this CustomSelmaMapper wants to use SelmaMapper again.
If CustomSelmaMapper initialize SelmaMapper into a field declaration,
When SelmaMapper is first used and initialized,
Then there is a StackOverflowError.
Given a mapper
SelmaMapper
that declares a custom mapperCustomSelmaMapper
.Given this
CustomSelmaMapper
wants to useSelmaMapper
again.If
CustomSelmaMapper
initializeSelmaMapper
into a field declaration,When
SelmaMapper
is first used and initialized,Then there is a
StackOverflowError
.You can find a failing test on this project.
The text was updated successfully, but these errors were encountered: