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 | 27 | TODO | 
| UNUSED | 0 | UNUSED | 
| XXX | 3 | XXX | 
Each tag is detailed below:
Number of occurrences found in the code: 27
| pl.edu.agh.cast.data.importer.data.xls.JxlXlsDataImporter | Line | 
|---|---|
| check if this works | 83 | 
| pl.edu.agh.cast.data.ui.importer.wizard.ConversionWithProgressMonitor | Line | 
| get location | 149 | 
| check if data set is not empty | 204 | 
| pl.edu.agh.cast.data.ui.importer.wizard.ImportPage | Line | 
| should retrieve all template groups. | 143 | 
| do something smart | 491 | 
| check if empty/use apache library | 544 | 
| set errors order | 568 | 
| pl.edu.agh.cast.data.ui.importer.wizard.ImportWizard | Line | 
| do something smart ;) | 208 | 
| --No comment-- | 353 | 
| get location | 631 | 
| pl.edu.agh.cast.data.ui.importer.wizard.MainEntityComposite | Line | 
| Auto-generated method stub | 185 | 
| Auto-generated method stub | 189 | 
| pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingPage | Line | 
| do something smart ;) | 183 | 
| pl.edu.agh.cast.data.ui.importer.wizard.provider.ListContentProvider | Line | 
| Auto-generated method stub | 51 | 
| Auto-generated method stub | 61 | 
| pl.edu.agh.cast.data.ui.importer.wizard.provider.ListLabelProvider | Line | 
| Auto-generated method stub | 41 | 
| Auto-generated method stub | 68 | 
| Auto-generated method stub | 77 | 
| Auto-generated method stub | 86 | 
| Auto-generated method stub | 97 | 
| Auto-generated method stub | 115 | 
| pl.edu.agh.cast.data.ui.importer.wizard.provider.TabularDataContentProvider | Line | 
| Auto-generated method stub | 51 | 
| Auto-generated method stub | 61 | 
| pl.edu.agh.cast.data.ui.importer.wizard.provider.TemplateTreeContentProvider | Line | 
| Auto-generated method stub | 93 | 
| Auto-generated method stub | 103 | 
| pl.edu.agh.cast.data.ui.template.MappingWizardPage | Line | 
| turn on parameters page when the loader starts using it properly | 274 | 
| pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage | Line | 
| should allow creation of the template without prototype | 397 | 
Number of occurrences found in the code: 3
| pl.edu.agh.cast.data.importer.data.xls.PoiXlsDataImporter | Line | 
|---|---|
| there is a problem in HSSF library with reading data. Data cell in excel is written as a number value. Only way to check if cell is a data type - you need to read format of the cell. HSSF recognizes only couple of existing formats. Now I 'hack' this checking if cell number value converted to date is date between 1970 and now + 10 years. There is also problem with formating data after getting it form numeric cell value... | 150 | 
| I format date to default date format | 162 | 
| if numeric cell value is in close period of time -> I recognize it as a Date | 178 |