Hi folks
i have some non static inner class inside another class.
Diffblue generated tests, so far, so good.
However, the link in the JavaDoc contains the classname of the outer class.
This upsets IntelliJ.
The called constructor ls:
The passed in reference myCtrl
to the wrapping parent class is intended - so one appearence in the JavaDoc - link is ok,
When i remove one OuterDemoClass reference from the link, everything looks and works fine.
Diffblue should not put the name of the outer class as the first parameter in the JavaDoc @link doc for the constructor of a non static inner class.