rspec/rules/S3546/java/rule.adoc

25 lines
641 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
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
2021-04-28 16:49:39 +02:00
* S2095 - Resources should be closed
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::message.adoc[]
include::parameters.adoc[]
'''
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::env-github,rspecator-view[]