hinneburg / TopicExplorer

TopicExplorer
GNU Affero General Public License v3.0
11 stars 3 forks source link

Refactor WordsPerTopicPerWeekFill.java into command and action class #25

Open hinneburg opened 10 years ago

hinneburg commented 10 years ago

The class cc.topicexplorer.plugin.time.preprocessing.tables.wordspertopicperweek.WordsPerTopicPerWeekFill.java and WordsPerTopicPerWeekCreate.java needs to be refactored into a class that contains the functionionality (action class) and two command classes that use the action class.

The action class needs to have dbunit tests to ensure correct functionality of sql statements.

This issue continues work that started in #18.

mangelus commented 10 years ago

the most other preprocessing actions need this refactor step as well