
## Review A dedicated reviewer checked the rule description successfully for: - [ ] logical errors and incorrect information - [ ] information gaps and missing content - [ ] text style and tone - [ ] PR summary and labels follow [the guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
[source,vbnet,diff-id=1,diff-type=noncompliant]
|
|
----
|
|
Public Class [MyClass] ' Noncompliant: the class contains only private constructors
|
|
Private Sub New()
|
|
' ...
|
|
End Sub
|
|
End Class
|
|
----
|