...
Anchor | ||||
---|---|---|---|---|
|
conflicting accesses: Two Two accesses to (reads of or writes to) the same variable provided that at least one of the accesses is a write [JLS 2011] §17.4.1, "Shared Variables".
Anchor | ||||
---|---|---|---|---|
|
controlling expression: The top-level expression in the conditional expression of an if, while, do...while, or switch statement.
Anchor | ||||
---|---|---|---|---|
|
...