Kotlin
Object private property naming convention
Info
New
Last modified: 03 December 2024Reports properties that do not follow the naming conventions.
The following properties are reported:
Private properties in objects and companion objects
You can specify the required pattern in the inspection options.
Recommended naming conventions: it has to start with an underscore or an uppercase letter, use camel case.
Example:
class Person {
companion object {
// property in companion object
private val NO_NAME = Person()
}
}
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ObjectPrivatePropertyName
Here you can find the description of settings available for the Object private property naming convention inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Kotlin, 243.23126-IJ |
Thanks for your feedback!
Was this page helpful?