co-stig / opencompare

Open Compare is a generic open-source compare tool
MIT License
2 stars 0 forks source link

Extract methods like "enqueue" from Configuration class #16

Closed co-stig closed 9 years ago

co-stig commented 9 years ago

The following methods clearly do not belong to Configuration class:

Probably after refactoring the factories in OSGi-compatible style, those methods won't be necessary at all.

co-stig commented 9 years ago

Refactored:

  1. enqueue moved to ExploringThread
  2. getExplorers and createExplorable moved to ApplicationConfiguration