Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 284 Bytes

message.adoc

File metadata and controls

12 lines (6 loc) · 284 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.

Use fields from "yyy" for locking.

Locking on a new instance is a no-op.

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