Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8-rc-4
-
Fix Version/s: 1.8.0, 1.9-beta-1
-
Component/s: Compiler
-
Labels:None
-
Testcase included:yes
-
Patch Submitted:Yes
-
Number of attachments :
Description
The @WithReadLock forces a method to obtain a write lock.
The @WithWriteLock forces a method to obtain a read lock.
This is exactly backwards. It should be the other way around. I have a fix.
fixed.