Groovy
Method can be made 'static'
Warning
Performance
Last modified: 03 December 2024 Reports methods which may safely be made static
.
A method may be static
if it is not synchronized
, it does not reference any of its class' instance methods and instance fields, and it is not overridden in a subclass.
- 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.
GrMethodMayBeStatic
Here you can find the description of settings available for the Method can be made 'static' inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 243.23126 |
Thanks for your feedback!
Was this page helpful?