laimis commented on issue #670:
URL: https://github.com/apache/lucenenet/issues/670#issuecomment-1534898342

   All the issues that were reported by this rule have been addressed. Thank 
you for setting this up and reporting it!
   
   The fixing PRs have been linked to the issue and can be reviewed to see what 
was done. In some cases we were able to ignore the warning, in other cases we 
created private methods that can be called from the constructor, as well as the 
virtual methods where it was safe to do so. In publicly exposed classes that 
needed the functionality we introduced factory classes that are passed to the 
constructor and can be extended to introduce custom behavior.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to