I agree with you here; it doesn’t make sense to comment a private empty constructor, which is common when implementing design patterns like Singleton, among other things.
In that regard, I created this ticket to address this false positive as soon as possible by adding an exception to the rule for private constructors.