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 | 4 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 4
org.mybatis.spring.mapper.ClassPathMapperScanner | Line |
---|---|
Please use the {@link #ClassPathMapperScanner(BeanDefinitionRegistry, Environment)}. | 100 |
Since 2.0.1, Please use the {@link #setMapperFactoryBeanClass(Class)}. | 172 |
org.mybatis.spring.mapper.MapperScannerConfigurer | Line |
Use {@link #setSqlSessionTemplateBeanName(String)} instead | 240 |
Use {@link #setSqlSessionFactoryBeanName(String)} instead. | 271 |
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 |