Defect #411
Make variables immutable (final) where possible to ensure thread-safety.
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/20/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
One such case is the "busy" variable in BusyAbstractProvider. It may be worth taking a quick scan through the code to check for other places where variables could be made immutable.
Thanks.
History
Updated by Corey Puffalt over 13 years ago
See also thread at http://forum.servoy.com/viewtopic.php?f=15&t=17610 for details.
Updated by Patrick Talbot over 13 years ago
- Status changed from New to Closed
v2.2.1 made all sensible properties final to prevent any threading issues