Ticket #275 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

AnsiColorLogger should not be final

Reported by: impl Assigned to: hans
Priority: minor Milestone: 2.3.1
Component: phing-core Version: 2.3.1RC1
Keywords: Cc:

Description

There is no reason for AnsiColorLogger to be final; it just makes extensibility a pain.

Attachments

Change History

09/12/08 21:01:42 changed by hans

(In [386]) Refs #275 - Removing "final" from AnsiColorLogger

09/12/08 21:02:23 changed by hans

  • status changed from new to closed.
  • resolution set to fixed.

I agree; I don't know what possessed me to make that class final when porting from Ant (probably the Ant one is final). Fixed in r386.


Add/Change #275 (AnsiColorLogger should not be final)




Action