Ticket #363 (new enhancement)

Opened 16 years ago

Last modified 14 years ago

Refactoring suggestion for ormAdapters

Reported by: bob.silverberg@… Owned by:
Priority: normal Milestone: 3.2
Version: Severity: minor
Keywords: Cc:

Description

Both the Transfer adapter and the Reactor adapter include a method called determineLabel() with the exact same implementation. I added this method to the AbstractORMAdapter, so it can be inherited by those components.

I suggest that whenever someone has to open up either TransferAdapter?.cfc or ReactorAdapter?.cfc that they delete that method out of the concrete adapter so that it can inherit from the abstract adapter.

Change History

Changed 16 years ago by DanWilson

  • version 3.0 deleted
  • severity changed from enhancement to minor
  • milestone set to 3.2

This is waiting on the merge into trunk.

Note: See TracTickets for help on using tickets.