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
@todo 0 @todo
FIXME 2 FIXME
TODO 5 TODO

Each tag is detailed below:

FIXME

Number of occurrences found in the code: 2

de.aikiit.fotorenamer.image.CreationDateFromExifImageRenamerTest Line
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

TODO

Number of occurrences found in the code: 5

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 211
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 119
de.aikiit.fotorenamer.image.CreationDateFromExifImageRenamerTest Line
redesign application - component mingles function and GUI and is not clearly testable 58