π[Tags],[Tags] **Category** : Code Smell **Description** : Sealed Class should not have protected members Detailed description of the problem **Non-Complaint Code** ``` // non-complaint code here ``` **Code Fix** Code Fix with _[FixName]_ raised. ``` // Fix code here ```