All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.java.rules.squid.S3546.html Maven / Gradle / Ivy

There is a newer version: 8.6.0.37351
Show newest version

Leaking resources in an application is never a good idea, as it can lead to memory issues, and even the crash of the application. This rule template allows you to specify which constructions open a resource and how it is closed in order to raise issue within a method scope when custom resources are leaked.

See also

  • {rule:squid:S2095} - Resources should be closed




© 2015 - 2025 Weber Informatics LLC | Privacy Policy