Ticket #115 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Should the 'Date' class be final?

Reported by: lth Assigned to: lth
Type: defect Priority: major
Milestone: M2 Component: RefImpl
Version: 4 Keywords:
Cc: jeffdyer,brendan,edwsmith

Description

The Date class is currently "final dynamic", primarily because it is so in ActionScript? 3.0. This sets it apart from eg RegExp?, String, and Number, none of which are final. The dissimilarity should be addressed.

It's unclear why Date needs to be final, though in principle it may be possible for there to be an optimized representation of the class, and there may be performance impacts. All if this is unclear right now.

Attachments

Change History

Changed 1 year ago by lth

  • owner set to lth
  • component changed from Proposals to RefImpl

Should not be final.

Changed 1 year ago by lth

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.