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 Deprecated Work 4 @deprecated FIXME Work 1 fixme, @fixme Todo Work 2 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 4

org.mybatis.spring.annotation.MapperScannerRegistrar Line Since 2.0.2, this method not used never. 60 org.mybatis.spring.mapper.ClassPathMapperScanner Line Since 2.0.1, Please use the {@link #setMapperFactoryBeanClass(Class)}. 154 org.mybatis.spring.mapper.MapperScannerConfigurer Line Use {@link #setSqlSessionTemplateBeanName(String)} instead 199 Use {@link #setSqlSessionFactoryBeanName(String)} instead. 230

FIXME Work

Number of occurrences found in the code: 1

org.mybatis.spring.asyncsynchronization.SqlSessionTemplateAsyncAfterCompletionTest Line Enable after migrate BMUnitRunner to BMUnitExtension 27

Todo Work

Number of occurrences found in the code: 2

org.mybatis.spring.SqlSessionUtils Line This updates 2nd level caches but the tx may be rolledback later on! 285 org.mybatis.spring.submitted.xa.UserServiceTest Line when the outer JTA tx is rolledback, SqlSession should be rolledback but it is committed because Spring calls beforeCommmit from its TX interceptor then, the JTA TX may be rolledback. 67