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 5 @deprecated
FIXME Work 1 fixme, @fixme
Todo Work 3 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 5

org.mybatis.spring.MyBatisSystemException Line
as of 3.0.4, use {@link #MyBatisSystemException(String, Throwable)} instead 40
org.mybatis.spring.mapper.ClassPathMapperScanner Line
Please use the {@link #ClassPathMapperScanner(BeanDefinitionRegistry, Environment)}. 114
Since 2.0.1, Please use the {@link #setMapperFactoryBeanClass(Class)}. 237
org.mybatis.spring.mapper.MapperScannerConfigurer Line
Use {@link #setSqlSessionTemplateBeanName(String)} instead 239
Use {@link #setSqlSessionFactoryBeanName(String)} instead. 269

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: 3

org.mybatis.spring.SqlSessionUtils Line
This updates 2nd level caches but the tx may be rolledback later on! 269
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
org.mybatis.spring.transaction.SpringTransactionManagerTest Line
Test does not compile 43