Project

General

Profile

Defect #411

Make variables immutable (final) where possible to ensure thread-safety.

Added by Corey Puffalt over 13 years ago. Updated over 13 years ago.

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

#1

Updated by Corey Puffalt over 13 years ago

#2

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

Also available in: Atom PDF