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 | 29 | TODO | 
| UNUSED | 0 | UNUSED | 
| XXX | 1 | XXX | 
Each tag is detailed below:
Number of occurrences found in the code: 29
| pl.edu.agh.cast.converter.PrefixConverter | Line | 
|---|---|
| --No comment-- | 52 | 
| pl.edu.agh.cast.model.base.AbstractDataLoaderWithStatistics | Line | 
| --No comment-- | 70 | 
| pl.edu.agh.cast.model.base.DataImporter | Line | 
| catch the exception and show user the error | 166 | 
| pl.edu.agh.cast.model.base.IDataLoader | Line | 
| --No comment-- | 38 | 
| pl.edu.agh.cast.model.base.Model | Line | 
| better implementation | 173 | 
| pl.edu.agh.cast.model.base.Relation | Line | 
| MODEL_REFACTORING | 199 | 
| pl.edu.agh.cast.model.base.Utils | Line | 
| DO NOT USE PRINTLN System.out.println("Connecting to DB..."); | 30 | 
| DO NOT USE PRINTLN System.out.println("done."); | 36 | 
| pl.edu.agh.cast.model.mapper.AbstractMappable | Line | 
| warn to logger not err! | 106 | 
| warn to logger | 127 | 
| implement get attribute class | 140 | 
| pl.edu.agh.cast.model.mapper.Link | Line | 
| DO NOT USE PRINTLN System.out.println("Link cache " + _linkCache.size()); | 753 | 
| pl.edu.agh.cast.model.mapper.Mapper | Line | 
| proper implementation of singleton pattern | 68 | 
| transakcje conn.setAutoCommit(false); | 102 | 
| DO NOT USE PRINTLN System.out.println("Object cache " + _objectCache.size()); | 274 | 
| pl.edu.agh.cast.model.mapper.Node | Line | 
| implement transactions | 597 | 
| update links (?) | 643 | 
| optimization needed? | 767 | 
| if id == 0 two nodes are equal only if their object_id is the same (?) rather the other way around! | 1242 | 
| optimization needed? | 1297 | 
| optimization needed? | 1306 | 
| DO NOT USE PRINTLN System.out.println("Node cache " + _nodeCache.size()); //$NON-NLS-1$ | 1324 | 
| pl.edu.agh.cast.model.mapper.internal.DBLoader | Line | 
| introduce obligatory links (?) if(!linkMapping.collection()) throw new RuntimeException("No value for singular link "+ linkMapping.name() + " for " + klass + " [" + node.getId() + "]"); } | 189 | 
| array attributes | 256 | 
| set to null by default? add flag to the annotation indicating if the value may be missing at initialization | 262 | 
| pl.edu.agh.cast.model.mapper.internal.DBSaver | Line | 
| DO NOT USE PRINTLN System.out.println("Saving... " + klass.getSimpleName() +" " + object); | 125 | 
| custom save !! | 130 | 
| if the link was saved earlier (in previous save session) it won't be saved due to SQLConstrainError. Find better way of solving this problem. | 203 | 
| pl.edu.agh.cast.rawdata.stat.BrokenDataInfo | Line | 
| add handling broken cell list | 46 | 
Number of occurrences found in the code: 1
| pl.edu.agh.cast.model.mapper.internal.XMLSaver | Line | 
|---|---|
| && and || not in parenthesis seems to be bug | 328 |