rspec/rules/S899/java/comments-and-links.adoc
2021-06-02 20:44:38 +02:00

11 lines
647 B
Plaintext

=== On 2014-12-01T10:13:50Z Freddy Mallet Wrote:
Hi @Ann, I let you specify this one and would only track call to File.delete() for the time being. Thanks
=== On 2016-05-11T18:22:00Z Michael Gumowski Wrote:
Updated to add case of ``++Lock.tryLock()++``.
=== On 2016-08-18T14:37:57Z Ann Campbell Wrote:
``++File.mkdirs++`` excluded because Javadoc says: "true if and only if the directory was created, along with all necessary parent directories; false otherwise." Meaning that it will return ``++true++`` if it had to create the dir and ``++false++`` if the dir already existed. Either way, I have my dir.
include::../comments-and-links.adoc[]