Project

General

Profile

Defect #411

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

Added by Corey Puffalt about 12 years ago. Updated about 12 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

#2

Updated by Patrick Talbot about 12 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