Fork me on GitHub

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Known issues / Things to be done 7 todo, review, refactor, hackalert, FIXME, @deprecated

Each tag is detailed below:

Known issues / Things to be done

Number of occurrences found in the code: 7

de.aikiit.fotorenamer.gui.ImageDirectorySelector Line
improve design, let class emit an event in case a directory was selected 97
how can I communicate with the surrounding UI to block the user from pressing the buttons 210
de.aikiit.fotorenamer.gui.ProgressBar Line
replace with a Timer - see http://download.oracle.com/javase/tutorial/uiswing/misc/timer.html 122
de.aikiit.fotorenamer.image.AbstractImageRenamer Line
add second progressbar or counter for errors 120
de.aikiit.fotorenamer.image.CreationDateFromExifImageRenamerTest Line
redesign application - component mingles function and GUI and is not clearly testable 58
since MetadataExtractorTest renames the image, it has twice the prefix 75
de.aikiit.fotorenamer.util.ComponentGaugeUtilTest Line
not really clear why this location (valid with File-separators) cannot be parsed into an URL assertNotNull(ComponentGaugeUtil.createImageIcon(MetaDataExtractorTest.FULLPATH_TEST_IMG)); 40