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 | 4 | 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)}. | 113 |
| Since 2.0.1, Please use the {@link #setMapperFactoryBeanClass(Class)}. | 236 |
| org.mybatis.spring.mapper.MapperScannerConfigurer | Line |
| Use {@link #setSqlSessionTemplateBeanName(String)} instead | 238 |
| Use {@link #setSqlSessionFactoryBeanName(String)} instead. | 268 |
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: 4
| org.mybatis.spring.SqlSessionFactoryBean | Line |
|---|---|
| Review this statement as it seems off! | 568 |
| 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 |
MyBatis