Ticket #1581 (new defect)

Opened 4 years ago

Last modified 4 years ago

incorrect SWTRegistry initialization in SWTBuilder

Reported by: tracguest Assigned to: bstefanescu
Priority: P1 Milestone:
Component: Apogee Version: 3.0.0
Severity: normal Keywords:
Cc:

Description

In first line: protected static SWTRegistry sRegistry = new SWTRegistry();

should be replaced by: protected static SWTRegistry sRegistry = SWTRegistry.getInstance();

This way people that add to the registry will have their proxies found. Otherwise creating a new instance will re-initialize the registry with default values. Should really make the constructor protected and allow the static access.

Change History

08/08/06 14:36:43 changed by root

  • milestone deleted.

Milestone CPS 3.2.5 deleted