Inspectopedia
 
2024.3

Unnecessarily exported identifier

Info
Code Style
New
Last modified: 03 December 2024

Reports exported identifiers that are used only in the package where they are defined but are not used in other packages.

Making them exported is redundant and may clutter the API of the package.