chylex / IntelliJ-Inspection-Lens

IntelliJ platform plugin that shows errors, warnings, and other inspection highlights inline.
https://plugins.jetbrains.com/plugin/19678-inspection-lens
Mozilla Public License 2.0
57 stars 12 forks source link

Displays class visibility error even when using shouldAllowMockingProtectedMethods #27

Closed csandreas1 closed 1 month ago

csandreas1 commented 1 month ago

Error shouldn't be shown since I allow mocking protected method either directly in the test or from the setUp()

image

chylex commented 1 month ago

The plugin just shows errors reported by your IDE.