Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 248 Bytes

message.adoc

File metadata and controls

10 lines (5 loc) · 248 Bytes

Message

"xxx" is not "private readonly", and should not be used for locking.

"xxx" is a local variable, and should not be used for locking.

Locking on a new instance is a no-op.

Strings can be interned, and should not be used for locking.